diff options
author | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-03-01 20:45:50 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p2.le-101.fr> | 2020-03-01 20:45:50 +0100 |
commit | 2cfddcc1f58e3653142e25a4d9a80177044a8c53 (patch) | |
tree | 78192165565be253b039060b476797a20c35ef96 /Makefile | |
parent | Better h (diff) | |
download | 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.gz 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.bz2 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.xz 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.tar.zst 42-cub3d-2cfddcc1f58e3653142e25a4d9a80177044a8c53.zip |
in progress
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ FSANITIZE = -fsanitize=address CC = clang #--------------------------------------------------------------------------------------------------# CFLAGS = -std=c89 -CFLAGS = -Wall +CFLAGS += -Wall CFLAGS += -Wextra CFLAGS += -Werror CFLAGS += -pedantic |