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

More release optimization options.

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