We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make debug
1 parent 8936c7d commit 3204145Copy full SHA for 3204145
Makefile
@@ -8,7 +8,7 @@ scripts := tokenize m100-sanity
8
all: $(targets) bacmp
9
10
# Use 'make debug' to compile with debugging and catch pointer errors.
11
-debug : CFLAGS+=-g -fsanitize=address
+debug : CFLAGS+=-g -fsanitize=address -Wall -Wno-unused-function
12
debug : LDLIBS+=-lasan
13
debug : all
14
0 commit comments