temporary (?) workaround for ios build
[picodrive.git] / Makefile.libretro
index ac9c0e9..f6cf55c 100644 (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