X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2FMakefile;h=7c083c19050ab3cea83ffd4302ee1806eb7fcbc4;hb=6245d5a03dba96b93c7cc0a247d17ff3d9e08325;hp=eeb37c7c382c4b32e369b9362b5def5b542ce4ed;hpb=677b5dd8142b2f98b22a26e4d1757355cba4bdc5;p=libpicofe.git diff --git a/gp2x/Makefile b/gp2x/Makefile index eeb37c7..7c083c1 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -34,7 +34,7 @@ endif DEFINC = -I../.. -I. -DARM -D__GP2X__ # -DBENCHMARK COPT_COMMON = -static -Wall -Winline ifeq ($(DEBUG),) -COPT_COMMON += -O2 -ftracer -fstrength-reduce -fomit-frame-pointer -fstrict-aliasing -ffast-math +COPT_COMMON += -O3 -ftracer -fstrength-reduce -fomit-frame-pointer -fstrict-aliasing -ffast-math else COPT_COMMON += -ggdb endif