diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-20 18:25:17 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-20 18:25:17 +0100 |
commit | 658997a30b6324fcf5b517b78148958b4a1e0e66 (patch) | |
tree | 1dcffd115bd44282e43f0f8cbbe0ff14f24895de /Makefile | |
parent | Bounce it (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -154,7 +154,6 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic -CFLAGS += -march=ivybridge -O2 -pipe #--------------------------------------------------------------------------------------------------# ifdef DEBUG CFLAGS += ${DBG} |