From: Michael Tremer Date: Sat, 9 Sep 2023 16:00:57 +0000 (+0000) Subject: tests: Never compile the test command using the analyzer X-Git-Tag: 0.9.29~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f90e25ff6cd4bb150f11a4b473c3ad2c68d3a20;p=pakfire.git tests: Never compile the test command using the analyzer We intentionally have some memory leaks and other bad things in here... Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 0ca4fb3d4..c0ae72b58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -691,6 +691,9 @@ noinst_PROGRAMS += \ tests_stub_root_command_SOURCES = \ tests/stub/command.c +tests_stub_root_command_CFLAGS = \ + -fno-analyzer + tests_stub_root_command_LDFLAGS = \ -all-static