X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=Makefile.gp2x;h=137b353190db0fb1aaf247696ae9b9ac38c913de;hp=af7d4aedae8e99a9ddf96b9ff8f5ec5b79885d44;hb=e1591a12a775a600572ffccb2d6f8f4d6343b7dd;hpb=b8da43fbb954ca62228ecae24761b3ab6793d74e diff --git a/Makefile.gp2x b/Makefile.gp2x index af7d4ae..137b353 100644 --- a/Makefile.gp2x +++ b/Makefile.gp2x @@ -9,12 +9,15 @@ B = drivers/gp2x/ ifdef DEBUG TFLAGS += -ggdb LDRIVER += -ggdb +NOSTRIP = 1 else TFLAGS += -ftracer -fstrength-reduce -funroll-loops -fomit-frame-pointer -fstrict-aliasing -ffast-math -TFLAGS += -O3 # -pg -LDRIVER += -O3 # -pg +TFLAGS += -O3 #-pg -fno-omit-frame-pointer +LDRIVER += -O3 #-pg -fno-omit-frame-pointer endif +#NOSTRIP = 1 + asm_6502=1 #debug_asm_6502=1