From: notaz Date: Sat, 25 Aug 2007 18:19:53 +0000 (+0000) Subject: removed unroll-loops X-Git-Tag: v1.85~688 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8151fd50effda6a2dda2f097bd59fd4a4064fa8;p=picodrive.git removed unroll-loops git-svn-id: file:///home/notaz/opt/svn/PicoDrive@228 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index f698a8f7..0eee0eb2 100644 --- a/platform/gp2x/Makefile +++ b/platform/gp2x/Makefile @@ -13,7 +13,7 @@ asm_ym2612 = 1 asm_misc = 1 asm_cdpico = 1 asm_cdmemory = 1 -amalgamate = 1 +amalgamate = 0 #profile = 1 #use_musashi = 1 #up = 1 @@ -32,7 +32,7 @@ use_cyclone = 1 endif DEFINC = -I../.. -I. -DARM -D__GP2X__ -D_UNZIP_SUPPORT # -DBENCHMARK -COPT_COMMON = -static -Wall -O3 -ftracer -fstrength-reduce -funroll-loops -fomit-frame-pointer -fstrict-aliasing -ffast-math # -s +COPT_COMMON = -static -Wall -O2 -ftracer -fstrength-reduce -fomit-frame-pointer -fstrict-aliasing -ffast-math ifeq "$(profile)" "1" COPT_COMMON += -fprofile-generate endif