diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-17 17:19:04 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-17 17:19:04 +0100 |
commit | fdf9958466e93bdcc9fc68541c466a2b9ce54544 (patch) | |
tree | 829fbeb9a5888f61e336f93c3fbae8621d4045ca | |
parent | fps counter is bav (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -141,7 +141,6 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic -CFLAGS += -march=ivybridge -O3 -pipe #--------------------------------------------------------------------------------------------------# ifdef DEBUG CFLAGS += ${DBG} |