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
|
CXXFLAGS += -g -pg
|
||||||
else
|
else
|
||||||
# release flags
|
# release flags
|
||||||
CXXFLAGS += -O2
|
CXXFLAGS += -Ofast
|
||||||
endif
|
endif
|
||||||
ifeq ($(STATIC),true)
|
ifeq ($(STATIC),true)
|
||||||
# static links
|
# static links
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue