diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-05-20 17:32:07 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-05-20 17:32:07 +0200 |
commit | 630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a (patch) | |
tree | ac28370d9724f37905d990ffdfe46ce847ed61a3 /libft/Makefile | |
parent | Added Makefiles rules to start adventures (diff) | |
download | 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.gz 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.bz2 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.xz 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.zst 42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.zip |
Release edition
Diffstat (limited to 'libft/Makefile')
-rw-r--r-- | libft/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libft/Makefile b/libft/Makefile index 8ad24a7..8d4703d 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -128,6 +128,7 @@ CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic +CFLAGS += -march=native -O2 -pipe ifdef DEBUG CFLAGS += ${DBG} endif |