aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-17 17:19:04 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-17 17:19:04 +0100
commitfdf9958466e93bdcc9fc68541c466a2b9ce54544 (patch)
tree829fbeb9a5888f61e336f93c3fbae8621d4045ca
parentfps counter is bav (diff)
download42-cub3d-fdf9958466e93bdcc9fc68541c466a2b9ce54544.tar.gz
42-cub3d-fdf9958466e93bdcc9fc68541c466a2b9ce54544.tar.bz2
42-cub3d-fdf9958466e93bdcc9fc68541c466a2b9ce54544.tar.xz
42-cub3d-fdf9958466e93bdcc9fc68541c466a2b9ce54544.tar.zst
42-cub3d-fdf9958466e93bdcc9fc68541c466a2b9ce54544.zip
Removed opti flags
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36587b1..1ce2372 100644
--- a/Makefile
+++ b/Makefile
@@ -141,7 +141,6 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
-CFLAGS += -march=ivybridge -O3 -pipe
#--------------------------------------------------------------------------------------------------#
ifdef DEBUG
CFLAGS += ${DBG}