aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotaz2013-04-01 01:35:47 +0300
committernotaz2013-04-01 01:35:47 +0300
commitcd2306936bb0e14363d91aeb0fb29167eb94dd2a (patch)
tree08e7d6b50b5b1297f27d8f4671dca1491c3c846f
parentc7b746f050d33e3bb5b06707dcc52f8699858e40 (diff)
downloadpcsx_rearmed-cd2306936bb0e14363d91aeb0fb29167eb94dd2a.tar.gz
pcsx_rearmed-cd2306936bb0e14363d91aeb0fb29167eb94dd2a.tar.bz2
pcsx_rearmed-cd2306936bb0e14363d91aeb0fb29167eb94dd2a.zip
libretro/ios: workaround clang segfault
-rw-r--r--Makefile.libretro5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 8e756c9..b10aa43 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -112,3 +112,8 @@ PLUGINS =
NO_CONFIG_MAK = yes
include Makefile
+
+# workaround segfault for this file seen on:
+# Apple LLVM version 4.2 (clang-425.0.27) (based on LLVM 3.2svn)
+libpcsxcore/new_dynarec/pcsxmem.o: libpcsxcore/new_dynarec/pcsxmem.c
+ $(CC) -c -o $@ $< $(CPPFLAGS) $(CFLAGS) -Os