From 3f381bce35f20bb09e74d033bd5c72d83f604b82 Mon Sep 17 00:00:00 2001 From: Cees Bassa Date: Mon, 28 Mar 2022 22:14:14 +0200 Subject: [PATCH] Enable compiler optimizer flags --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index dde4536..0b24088 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ # Makefile: http://www.eng.hawaii.edu/Tutor/Make/ # Compiling flags -CFLAGS = #-O3 -Wno-unused-result +CFLAGS = -O3 -Wno-unused-result # Linking flags LFLAGS = -lm