From: Miroslav Lichvar Date: Thu, 11 Apr 2024 10:53:01 +0000 (+0200) Subject: test: add --enable-debug option to 002-scanbuild X-Git-Tag: 4.6-pre1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed72c49c9cf10849eb45571bebe4fe410f2411e;p=thirdparty%2Fchrony.git test: add --enable-debug option to 002-scanbuild --- diff --git a/test/compilation/002-scanbuild b/test/compilation/002-scanbuild index 0395df9d..ff7e2aaf 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" \