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