use the tread sanitizer instead of the leak one

This commit is contained in:
Mylloon 2024-04-24 22:23:53 +02:00
parent f3bc4d5abb
commit 4d47302cfc
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -32,7 +32,7 @@ release: compilation
debug: CFLAGS += -Wall -Wextra -Wshadow -Wcast-align -Wstrict-prototypes
debug: CFLAGS += -fanalyzer -fsanitize=undefined -g -Og
debug: LDFLAGS += -fsanitize=undefined -fsanitize=leak
debug: LDFLAGS += -fsanitize=undefined -fsanitize=thread
debug: compilation
compilation: $(ALL_OBJECTS)