Default to release build
This commit is contained in:
parent
d5922a0091
commit
4e1254fde1
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ CFLAGS += -Wno-unused-variable -Wno-unused-function
|
|||
CFLAGS += -Wno-unused-but-set-variable -Wno-unused-value -Wno-unused-label
|
||||
CFLAGS += -Wno-unused-result -Wno-unused-const-variable
|
||||
|
||||
ifeq ($(RELEASE), 1)
|
||||
ifneq ($(DEBUG), 1)
|
||||
CFLAGS += -fno-exceptions -fno-asynchronous-unwind-tables -fno-ident
|
||||
CFLAGS += -fno-unwind-tables -fno-stack-protector -fno-plt -fno-pic
|
||||
CFLAGS += -O3 -std=c99 -march=native -mtune=native -fomit-frame-pointer
|
||||
|
|
Loading…
Reference in a new issue