Tweaked compiler options for maximizing performance
This commit is contained in:
parent
074da396b8
commit
401132c674
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -193,7 +193,7 @@ XML_CFLAGS := $(shell xml2-config --cflags )
|
|||
LDFLAGS += -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed
|
||||
|
||||
ifndef DEBUG
|
||||
CFLAGS += -Ofast -frename-registers -fPIC
|
||||
CFLAGS += -Ofast
|
||||
else
|
||||
CFLAGS += -g -rdynamic -funwind-tables -DDEBUG -Wl,--export-dynamic
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue