From cd2306936bb0e14363d91aeb0fb29167eb94dd2a Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 1 Apr 2013 01:35:47 +0300 Subject: [PATCH] libretro/ios: workaround clang segfault --- Makefile.libretro | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2