More aggressive compilation optimisation

This commit is contained in:
zawz 2020-11-14 16:24:07 +01:00
parent ca114a8ea0
commit fced49c98e

View file

@ -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