removed unroll-loops
authornotaz <notasas@gmail.com>
Sat, 25 Aug 2007 18:19:53 +0000 (18:19 +0000)
committernotaz <notasas@gmail.com>
Sat, 25 Aug 2007 18:19:53 +0000 (18:19 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@228 be3aeb3a-fb24-0410-a615-afba39da0efa

gp2x/Makefile

index f698a8f..0eee0eb 100644 (file)
@@ -13,7 +13,7 @@ asm_ym2612 = 1
 asm_misc = 1\r
 asm_cdpico = 1\r
 asm_cdmemory = 1\r
-amalgamate = 1\r
+amalgamate = 0\r
 #profile = 1\r
 #use_musashi = 1\r
 #up = 1\r
@@ -32,7 +32,7 @@ use_cyclone = 1
 endif\r
 \r
 DEFINC = -I../.. -I. -DARM -D__GP2X__ -D_UNZIP_SUPPORT # -DBENCHMARK\r
-COPT_COMMON = -static -Wall -O3 -ftracer -fstrength-reduce -funroll-loops -fomit-frame-pointer -fstrict-aliasing -ffast-math # -s\r
+COPT_COMMON = -static -Wall -O2 -ftracer -fstrength-reduce -fomit-frame-pointer -fstrict-aliasing -ffast-math\r
 ifeq "$(profile)" "1"\r
 COPT_COMMON += -fprofile-generate\r
 endif\r