Added flag
This commit is contained in:
parent
e0052b1394
commit
60db11fbb8
2
Makefile
2
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)"'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user