We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf442c commit 0d26d90Copy full SHA for 0d26d90
Makefile
@@ -13,7 +13,7 @@ WARNINGS = -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wcast-align \
13
-Wstrict-prototypes -Wwrite-strings -Waggregate-return
14
CFLAGS := -std=c99 -pedantic $(WARNINGS) -O2 $(CFLAGS)
15
LFLAGS := $(LFLAGS)
16
-DEBUG = -g -O0 -fsanitize=address
+DEBUG = -g -Og -fsanitize=address -fsanitize=undefined
17
18
.PHONY: all clean debug
19
0 commit comments