use the tread sanitizer instead of the leak one
This commit is contained in:
parent
f3bc4d5abb
commit
4d47302cfc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -32,7 +32,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 -fsanitize=leak
|
debug: LDFLAGS += -fsanitize=undefined -fsanitize=thread
|
||||||
debug: compilation
|
debug: compilation
|
||||||
|
|
||||||
compilation: $(ALL_OBJECTS)
|
compilation: $(ALL_OBJECTS)
|
||||||
|
|
Reference in a new issue