From dd7a3711da1752460e11a1df8cff0b794679b4ad Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 May 2024 12:20:59 +0200 Subject: [PATCH] fsanitize=leak --- c_project_archive_report.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c_project_archive_report.mk b/c_project_archive_report.mk index a9159ce..238837a 100644 --- a/c_project_archive_report.mk +++ b/c_project_archive_report.mk @@ -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)