aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-20 17:56:53 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-20 17:56:53 +0100
commit8cda46cc9c839fd8efc26f1ae95024c5abf7fb57 (patch)
tree2d86ece5708b05a71842ca16ed1013dee6cd26b7 /Makefile
parentOk almost (diff)
download42-cub3d-8cda46cc9c839fd8efc26f1ae95024c5abf7fb57.tar.gz
42-cub3d-8cda46cc9c839fd8efc26f1ae95024c5abf7fb57.tar.bz2
42-cub3d-8cda46cc9c839fd8efc26f1ae95024c5abf7fb57.tar.xz
42-cub3d-8cda46cc9c839fd8efc26f1ae95024c5abf7fb57.tar.zst
42-cub3d-8cda46cc9c839fd8efc26f1ae95024c5abf7fb57.zip
Bounce it
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60c2e2d..1c666ce 100644
--- a/Makefile
+++ b/Makefile
@@ -154,6 +154,7 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
+CFLAGS += -march=ivybridge -O2 -pipe
#--------------------------------------------------------------------------------------------------#
ifdef DEBUG
CFLAGS += ${DBG}