aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-05-20 17:32:07 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-05-20 17:32:07 +0200
commit630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a (patch)
treeac28370d9724f37905d990ffdfe46ce847ed61a3 /Makefile
parentAdded Makefiles rules to start adventures (diff)
download42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.gz
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.bz2
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.xz
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.zst
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.zip
Release edition
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 92c8ab6..51453e8 100644
--- a/Makefile
+++ b/Makefile
@@ -171,6 +171,7 @@ CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
CFLAGS += -pthread
+CFLAGS += -march=native -O2 -pipe
#--------------------------------------------------------------------------------------------------#
ifdef DEBUG
CFLAGS += ${DBG}