From a2166faef78720aeaba00dfd0125ce5911588546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 13 May 2020 09:12:43 +0200 Subject: test/core: instruct memory sanitizer to track memory origin --- core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Makefile') diff --git a/core/Makefile b/core/Makefile index fc33232..92a06a1 100644 --- a/core/Makefile +++ b/core/Makefile @@ -43,7 +43,7 @@ ubsan: clean $(MAKE) CFLAGS_EXTRA='-fsanitize=undefined' msan: clean - $(MAKE) CFLAGS_EXTRA='-g -fsanitize=memory' + $(MAKE) CFLAGS_EXTRA='-fsanitize=memory -fsanitize-memory-track-origins' valgrind: clean ${ALL} @for test in ${ALL}; do \ -- cgit v1.2.3