From: Arran Cudbard-Bell Date: Tue, 15 Aug 2023 22:48:40 +0000 (-0600) Subject: There's no need to load in the suppressions file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=235baae58684661e1616efce01fa3f444bd72478;p=thirdparty%2Ffreeradius-server.git There's no need to load in the suppressions file --- diff --git a/src/tests/all.mk b/src/tests/all.mk index 5931c22a368..5f1dd13fd47 100644 --- a/src/tests/all.mk +++ b/src/tests/all.mk @@ -92,12 +92,8 @@ ifneq "$(findstring test,$(MAKECMDGOALS))$(findstring clean,$(MAKECMDGOALS))" "" ifneq "$(findstring leak,$(CFLAGS))" "" export ASAN_SYMBOLIZER_PATH=$(shell which llvm-symbolizer) export ASAN_OPTIONS=malloc_context_size=50 detect_leaks=1 symbolize=1 -ifneq "$(findstring apple,$(AC_HOSTINFO))" "" -export LSAN_OPTIONS=print_suppressions=0 fast_unwind_on_malloc=0 suppressions=${top_srcdir}/scripts/build/lsan_leaks_osx -else export LSAN_OPTIONS=print_suppressions=0 fast_unwind_on_malloc=0 endif -endif SUBMAKEFILES := rbmonkey.mk $(subst src/tests/,,$(wildcard src/tests/*/all.mk)) endif