Skip to content

Commit 3204145

Browse files
committed
Add -Wall for warning with make debug
1 parent 8936c7d commit 3204145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ scripts := tokenize m100-sanity
88
all: $(targets) bacmp
99

1010
# Use 'make debug' to compile with debugging and catch pointer errors.
11-
debug : CFLAGS+=-g -fsanitize=address
11+
debug : CFLAGS+=-g -fsanitize=address -Wall -Wno-unused-function
1212
debug : LDLIBS+=-lasan
1313
debug : all
1414

0 commit comments

Comments
 (0)