mirror of
https://github.com/libretro/Mu.git
synced 2026-07-08 17:57:01 +00:00
Just disable asm on iOS for now
This commit is contained in:
@@ -143,8 +143,8 @@ ifeq ($(platform),ios-arm64)
|
||||
CC = cc -arch arm64 -isysroot $(IOSSDK)
|
||||
else
|
||||
CC = cc -arch armv7 -isysroot $(IOSSDK)
|
||||
EMU_OPTIMIZE_FOR_ARM = 1
|
||||
EMU_NEW_ASM_SYNTAX = 1
|
||||
# EMU_OPTIMIZE_FOR_ARM = 1
|
||||
# EMU_NEW_ASM_SYNTAX = 1
|
||||
endif
|
||||
|
||||
LD = armv7-apple-darwin11-ld
|
||||
|
||||
Reference in New Issue
Block a user