temporary (?) workaround for ios build

This commit is contained in:
notaz 2013-07-01 00:03:14 +02:00
parent 7fd5d17b31
commit 9aee8770d2
2 changed files with 12 additions and 1 deletions

View file

@ -128,3 +128,9 @@ 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