From 712a51d59583c0c25fed7b6105a412c9f083fb4d Mon Sep 17 00:00:00 2001 From: Thomas Battermann Date: Tue, 6 Mar 2012 14:48:33 +0100 Subject: [PATCH] Added -O3 compiler-flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3502ae4..def13b0 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -FLAGS := -Wall -pedantic +FLAGS := -Wall -O3 -pedantic LIBS := ifeq ($(ARCH),win)