X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=linux%2FMakefile;h=0af279c7af685d0e8ab6be42309d9a017913c164;hb=c14459dbf965583fcb62d323c40c8a6e641e2e69;hp=9dd365f7040492ae1e361bb5cf7342074ffa2499;hpb=faffbf2d80894cfd032889675c2c81c034ee59ad;p=libpicofe.git diff --git a/linux/Makefile b/linux/Makefile index 9dd365f..0af279c 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -13,8 +13,8 @@ STRIP = strip AS = gcc ifeq "$(profile)" "1" -COPT_COMMON = -s -O3 -ftracer -fstrength-reduce -Wall -funroll-loops -fomit-frame-pointer -fstrict-aliasing -ffast-math -fprofile-generate # -static -COPT = $(COPT_COMMON) # -mtune=arm920t +COPT_COMMON = -s -O3 -ftracer -fstrength-reduce -Wall -funroll-loops -fomit-frame-pointer -fstrict-aliasing -ffast-math -fprofile-generate +COPT = $(COPT_COMMON) else COPT = -ggdb -Wall -fno-strict-aliasing # -pg -O3 -ftracer -fstrength-reduce -funroll-loops -fomit-frame-pointer -ffast-math COPT_COMMON = $(COPT)