More aggressive compilation optimisation
This commit is contained in:
parent
ca114a8ea0
commit
fced49c98e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -21,7 +21,7 @@ ifeq ($(DEBUG),true)
|
|||
CXXFLAGS += -g -pg
|
||||
else
|
||||
# release flags
|
||||
CXXFLAGS += -O2
|
||||
CXXFLAGS += -Ofast
|
||||
endif
|
||||
ifeq ($(STATIC),true)
|
||||
# static links
|
||||
|
|
|
|||
Loading…
Reference in a new issue