aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-20 18:25:17 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-20 18:25:17 +0100
commit658997a30b6324fcf5b517b78148958b4a1e0e66 (patch)
tree1dcffd115bd44282e43f0f8cbbe0ff14f24895de /Makefile
parentBounce it (diff)
download42-cub3d-658997a30b6324fcf5b517b78148958b4a1e0e66.tar.gz
42-cub3d-658997a30b6324fcf5b517b78148958b4a1e0e66.tar.bz2
42-cub3d-658997a30b6324fcf5b517b78148958b4a1e0e66.tar.xz
42-cub3d-658997a30b6324fcf5b517b78148958b4a1e0e66.tar.zst
42-cub3d-658997a30b6324fcf5b517b78148958b4a1e0e66.zip
it's not working at all
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c666ce..60c2e2d 100644
--- a/Makefile
+++ b/Makefile
@@ -154,7 +154,6 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
-CFLAGS += -march=ivybridge -O2 -pipe
#--------------------------------------------------------------------------------------------------#
ifdef DEBUG
CFLAGS += ${DBG}