From 2f90e25ff6cd4bb150f11a4b473c3ad2c68d3a20 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 9 Sep 2023 16:00:57 +0000 Subject: [PATCH] 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 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5