Skip to content
Snippets Groups Projects
Commit 4cb2467a authored by deuce's avatar deuce
Browse files

More release optimization options.

parent c1fb3b21
No related branches found
No related tags found
No related merge requests found
...@@ -323,7 +323,7 @@ ifdef DEBUG ...@@ -323,7 +323,7 @@ ifdef DEBUG
CFLAGS += -ggdb CFLAGS += -ggdb
CFLAGS += -D_DEBUG CFLAGS += -D_DEBUG
else # RELEASE else # RELEASE
CFLAGS := -O2 $(CFLAGS) CFLAGS := -O2 -fomit-frame-pointer -finline-functions -ffast-math -funroll-loops $(CFLAGS)
endif endif
-include targets.mk -include targets.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment