From da049fd8ad23533ad04b7cf9551529ef58485736 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Thu, 2 Sep 2021 15:48:46 +0200 Subject: [PATCH] Set optimization back to previous value --- code/b-parasite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/b-parasite/Makefile b/code/b-parasite/Makefile index 82040ca..239e232 100644 --- a/code/b-parasite/Makefile +++ b/code/b-parasite/Makefile @@ -221,7 +221,7 @@ INC_FOLDERS += \ LIB_FILES += \ # Optimization flags -OPT = -O0 -g3 +OPT = -O3 -g3 # Uncomment the line below to enable link time optimization #OPT += -flto