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
else
# release flags
CXXFLAGS += -O2
CXXFLAGS += -Ofast
endif
ifeq ($(STATIC),true)
# static links