From 3edd15fd79642bf133045b222a0fda78d8f1e73f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 18 Jun 2014 01:33:23 +0200 Subject: use -O and not -O6 when GCC is not used MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14bb7ad..8b96ac9 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ else ifeq ($(CC),gcc) OPTIMISE = -Ofast else -OPTIMISE = -O6 +OPTIMISE = -O endif endif -- cgit v1.2.3-70-g09d2