From fced49c98eebff6b5a30fe152f5075c17bff143c Mon Sep 17 00:00:00 2001 From: zawz Date: Sat, 14 Nov 2020 16:24:07 +0100 Subject: [PATCH] More aggressive compilation optimisation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b09a137..b2bf0bd 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ ifeq ($(DEBUG),true) CXXFLAGS += -g -pg else # release flags - CXXFLAGS += -O2 + CXXFLAGS += -Ofast endif ifeq ($(STATIC),true) # static links