notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7b746f
)
libretro/ios: workaround clang segfault
author
notaz
<notasas@gmail.com>
Sun, 31 Mar 2013 22:35:47 +0000
(
01:35
+0300)
committer
notaz
<notasas@gmail.com>
Sun, 31 Mar 2013 22:35:47 +0000
(
01:35
+0300)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
8e756c9
..
b10aa43
100644
(file)
--- 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