diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-23 00:42:45 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-23 00:43:01 +0100 |
commit | e5d2d2cc987eef01ba9f3024145ed9671563a952 (patch) | |
tree | 02624247e7429492cbb5569944f9e9a8ca6da90b /libft | |
parent | Fixed 1px bug (diff) | |
download | 42-cub3d-e5d2d2cc987eef01ba9f3024145ed9671563a952.tar.gz 42-cub3d-e5d2d2cc987eef01ba9f3024145ed9671563a952.tar.bz2 42-cub3d-e5d2d2cc987eef01ba9f3024145ed9671563a952.tar.xz 42-cub3d-e5d2d2cc987eef01ba9f3024145ed9671563a952.tar.zst 42-cub3d-e5d2d2cc987eef01ba9f3024145ed9671563a952.zip |
Less cringe name for opti flags
Diffstat (limited to 'libft')
-rw-r--r-- | libft/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libft/Makefile b/libft/Makefile index fce6434..0af47bb 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -127,7 +127,7 @@ ifdef ASAN CFLAGS += ${FSANITIZE} endif #------------------------------------------------------------------------------# -ifdef POWER +ifdef OPTI CFLAGS += -march=ivybridge CFLAGS += -O2 CFLAGS += -pipe |