better workaround for ios

This commit is contained in:
notaz 2013-07-01 00:36:38 +02:00
parent 9aee8770d2
commit faf543cebe
2 changed files with 10 additions and 6 deletions

View file

@ -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