From 2ed72c49c9cf10849eb45571bebe4fe410f2411e Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 11 Apr 2024 12:53:01 +0200 Subject: [PATCH] test: add --enable-debug option to 002-scanbuild --- test/compilation/002-scanbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/test/compilation/002-scanbuild b/test/compilation/002-scanbuild index 0395df9..ff7e2aa 100755 --- a/test/compilation/002-scanbuild +++ b/test/compilation/002-scanbuild @@ -3,6 +3,7 @@ cd ../.. for opts in \ + "--enable-debug" \ "--host-system=Linux" \ "--host-system=NetBSD" \ "--host-system=FreeBSD" \