X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2FMakefile;h=c6f9fe936524e76adcdb09d30d1bb4f1f9005ec4;hb=69996cb7c62468cd97842e35bdd2b74006a28dba;hp=5b8b0398c1ae15c1768e569e794efc61239646dd;hpb=83c093a48ab58670ea82d0ec81658daa9f9b950a;p=picodrive.git diff --git a/platform/gp2x/Makefile b/platform/gp2x/Makefile index 5b8b039..c6f9fe9 100644 --- a/platform/gp2x/Makefile +++ b/platform/gp2x/Makefile @@ -32,7 +32,7 @@ use_cyclone = 1 endif DEFINC = -I../.. -I. -DARM -D__GP2X__ -D_UNZIP_SUPPORT # -DBENCHMARK -COPT_COMMON = -static -Wall -O2 -ftracer -fstrength-reduce -fomit-frame-pointer -fstrict-aliasing -ffast-math +COPT_COMMON = -static -Wall -O2 -ftracer -fstrength-reduce -fomit-frame-pointer -fstrict-aliasing -ffast-math -Winline ifeq "$(profile)" "1" COPT_COMMON += -fprofile-generate endif