mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
another try to reduce compiler problems with fame
also update libpicofe
This commit is contained in:
parent
9ddede0990
commit
0bc48495d3
2 changed files with 5 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -197,6 +197,10 @@ pico/cd/pcm.o: CFLAGS += -fno-strict-aliasing
|
|||
pico/cd/LC89510.o: CFLAGS += -fno-strict-aliasing
|
||||
pico/cd/gfx_cd.o: CFLAGS += -fno-strict-aliasing
|
||||
|
||||
# fame needs ~2GB of RAM to compile on gcc 4.8
|
||||
# on x86, this is reduced by ~300MB when debug info is off (but not on ARM)
|
||||
cpu/fame/famec.o: CFLAGS += -g0
|
||||
|
||||
# random deps
|
||||
pico/carthw/svp/compiler.o : cpu/drc/emit_$(ARCH).c
|
||||
cpu/sh2/compiler.o : cpu/drc/emit_$(ARCH).c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue