mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
better workaround for ios
This commit is contained in:
parent
9aee8770d2
commit
faf543cebe
2 changed files with 10 additions and 6 deletions
|
@ -128,9 +128,3 @@ PLATFORM = libretro
|
|||
NO_CONFIG_MAK = yes
|
||||
|
||||
include Makefile
|
||||
|
||||
# workaround another breakage on;
|
||||
# Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)
|
||||
ifeq ($(platform), ios)
|
||||
pico/memory.o: CFLAGS += -O0
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue