add -fsanitize=leak
This commit is contained in:
parent
758fa4c90e
commit
aaba9ae07c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ release: compilation
|
||||||
|
|
||||||
debug: CFLAGS += -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes
|
debug: CFLAGS += -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes
|
||||||
debug: CFLAGS += -fanalyzer -fsanitize=undefined -g -Og
|
debug: CFLAGS += -fanalyzer -fsanitize=undefined -g -Og
|
||||||
debug: LDFLAGS += -fsanitize=undefined
|
debug: LDFLAGS += -fsanitize=undefined -fsanitize=leak
|
||||||
debug: compilation
|
debug: compilation
|
||||||
|
|
||||||
compilation: $(OBJECTS)
|
compilation: $(OBJECTS)
|
||||||
|
|
Loading…
Reference in a new issue