aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-21 22:14:24 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-21 22:14:24 +0100
commit8f1d0a474a74b166e302046fa47f91450ba05598 (patch)
tree579f236ee07ec0f95e6c292148638c90228bc752 /Makefile
parentFew fixes (diff)
download42-cub3d-8f1d0a474a74b166e302046fa47f91450ba05598.tar.gz
42-cub3d-8f1d0a474a74b166e302046fa47f91450ba05598.tar.bz2
42-cub3d-8f1d0a474a74b166e302046fa47f91450ba05598.tar.xz
42-cub3d-8f1d0a474a74b166e302046fa47f91450ba05598.tar.zst
42-cub3d-8f1d0a474a74b166e302046fa47f91450ba05598.zip
Cured floating point exception
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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}