X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=70ce193a518fa75ef76b6c76b1fe4a34a19e74c5;hb=0270424fac34be5b63fb37caaaca60e378365d81;hp=eecb7687e85a73664670217be2392fe3eca42234;hpb=20347237e79ba389c8625063625bebb50f224d21;p=picodrive.git diff --git a/Makefile b/Makefile index eecb768..70ce193 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,9 @@ 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 +# not using O3 and -fno-expensive-optimizations seems to also help, but you may +# want to remove this stuff for better performance if your compiler can handle it +cpu/fame/famec.o: CFLAGS += -g0 -O2 -fno-expensive-optimizations # random deps pico/carthw/svp/compiler.o : cpu/drc/emit_$(ARCH).c