From 438d1a62322eeac3f4a47ecb774cdf05bef5a22b Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 13 Aug 2020 00:38:03 +0200 Subject: [PATCH] Add comipler optimization -O3 to release build --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index 15c9dde..e9f2627 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -62,7 +62,7 @@ ifeq ($(DEBUG),1) CXXFLAGS+=-g else $(info Release Build (set DEBUG=1 for debug build)) - CXXFLAGS+=-DNDEBUG=1 + CXXFLAGS+=-DNDEBUG=1 -O3 endif ### YML_PATH is needed in the environment of every call to a program of the YML2 distribution