From 8f1d0a474a74b166e302046fa47f91450ba05598 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 21 Mar 2020 22:14:24 +0100 Subject: Cured floating point exception --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c11281d..ae460b6 100644 --- a/Makefile +++ b/Makefile @@ -155,6 +155,7 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic +CFLAGS += -march=ivybridge -O2 -pipe #--------------------------------------------------------------------------------------------------# ifdef DEBUG CFLAGS += ${DBG} -- cgit v1.2.3