From 0bc48495d3d3e00928d89ab35f95506262d60f92 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 29 Aug 2015 02:19:38 +0300 Subject: [PATCH] another try to reduce compiler problems with fame also update libpicofe --- Makefile | 4 ++++ platform/libpicofe | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d31779c..8e2feee 100644 --- a/Makefile +++ b/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 diff --git a/platform/libpicofe b/platform/libpicofe index d1453cf..0415ebf 160000 --- a/platform/libpicofe +++ b/platform/libpicofe @@ -1 +1 @@ -Subproject commit d1453cf7e6d5d6758cc5d72c6d3af7d37156bf72 +Subproject commit 0415ebf191d0d277d1dfba1bebe6f051a5fc89a8 -- 2.39.2