aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-05-31 10:30:03 -0700
committerBruce Hill <bruce@bruce-hill.com>2021-05-31 10:30:03 -0700
commit60db11fbb8f5893047aae4289ceccd6b712b5f2d (patch)
tree6425c0c04141530a0c62e31879d745995f51e7ed /Makefile
parente0052b139483e67e5dfe7635658516ee1fabaa1f (diff)
Added flag
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8370baf..2de32c1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CC=cc
G=
O=-O2
CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L
-CWARN=-Wall -Wpedantic -Wextra -Wsign-conversion -Wtype-limits -Wunused-result
+CWARN=-Wall -Wpedantic -Wextra -Wsign-conversion -Wtype-limits -Wunused-result -Wnull-dereference
#CFLAGS += -fsanitize=address -fno-omit-frame-pointer
CFLAGS += '-DBB_NAME="$(NAME)"'