master
Avril 3 years ago
parent 6d8d78851e
commit 477c68f06f
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -3,7 +3,7 @@ INCLUDE =include/
BUILD:=build
OPT_FLAGS+= -fgraphite -fno-strict-aliasing
OPT_FLAGS+= -fgraphite -fno-strict-aliasing -fomit-frame-pointer -fmerge-all-constants -fmodulo-sched -funswitch-loops -fsplit-loops
RELEASE_CFLAGS?= -O3 -flto $(OPT_FLAGS) -march=native
RELEASE_LDFLAGS?= -O3 -flto

Loading…
Cancel
Save