diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-21 22:14:24 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-21 22:14:24 +0100 |
commit | 8f1d0a474a74b166e302046fa47f91450ba05598 (patch) | |
tree | 579f236ee07ec0f95e6c292148638c90228bc752 /Makefile | |
parent | Few fixes (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic +CFLAGS += -march=ivybridge -O2 -pipe #--------------------------------------------------------------------------------------------------# ifdef DEBUG CFLAGS += ${DBG} |