X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=Makefile.libretro;h=b10aa435b0f9a025455ca06adcc2e529504c89ea;hp=8e756c9c4f9f6ea45e008a632bd856bf640b575a;hb=cd2306936bb0e14363d91aeb0fb29167eb94dd2a;hpb=c7b746f050d33e3bb5b06707dcc52f8699858e40 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