summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortwinaphex2016-08-05 20:18:34 +0200
committertwinaphex2016-08-05 20:18:34 +0200
commit05a3fc1621484c00e7525c7e7c9c846132126482 (patch)
treee5b8b6d2e3a435459305a11a1b9568accbcc3955 /Makefile
parentfeb8ccceb61a5f815046b7ae7fe5b2b84a566723 (diff)
downloadsnes9x2002-05a3fc1621484c00e7525c7e7c9c846132126482.tar.gz
snes9x2002-05a3fc1621484c00e7525c7e7c9c846132126482.tar.bz2
snes9x2002-05a3fc1621484c00e7525c7e7c9c846132126482.zip
Disable ARM_ASM in general for iOS - iOS keeps breaking ASM code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 408a10b..e826063 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ else ifneq (,$(findstring ios,$(platform)))
endif
CC = cc -arch armv7 -isysroot $(IOSSDK)
CXX = c++ -arch armv7 -isysroot $(IOSSDK)
- ARM_ASM = 1
+ ARM_ASM = 0
ASM_CPU = 0
ASM_SPC700 = 0
ifeq ($(platform),ios9)