From 05a3fc1621484c00e7525c7e7c9c846132126482 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 5 Aug 2016 20:18:34 +0200 Subject: Disable ARM_ASM in general for iOS - iOS keeps breaking ASM code --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3