X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=f6cf55cdf95763c78c932ba429147dce54f08af5;hb=9aee8770d2504ed14980dc47f4683bdf080310c9;hp=ac9c0e9231e55ba983e44531e2e9adf6dff50eae;hpb=7fd5d17b31f3ccdbc3eaf7e9761ddb41fa994863;p=picodrive.git diff --git a/Makefile.libretro b/Makefile.libretro index ac9c0e9..f6cf55c 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -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