summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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)