From: notaz Date: Sun, 31 Mar 2013 22:35:47 +0000 (+0300) Subject: libretro/ios: workaround clang segfault X-Git-Tag: r20~104 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=cd2306936bb0e14363d91aeb0fb29167eb94dd2a;ds=sidebyside libretro/ios: workaround clang segfault --- diff --git a/Makefile.libretro b/Makefile.libretro index 8e756c9c..b10aa435 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