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
|
LDFLAGS += -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed
|
||||||
|
|
||||||
ifndef DEBUG
|
ifndef DEBUG
|
||||||
CFLAGS += -Ofast -frename-registers -fPIC
|
CFLAGS += -Ofast
|
||||||
else
|
else
|
||||||
CFLAGS += -g -rdynamic -funwind-tables -DDEBUG -Wl,--export-dynamic
|
CFLAGS += -g -rdynamic -funwind-tables -DDEBUG -Wl,--export-dynamic
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue