From 4d47302cfcd6bb01e30fcc405f9294d96c6971b7 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 24 Apr 2024 22:23:53 +0200 Subject: [PATCH] use the tread sanitizer instead of the leak one --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3139b72..c891408 100644 --- a/Makefile +++ b/Makefile @@ -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)