From 1aa2a42eae63eaf591306e5a5021fc5453de6da9 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 21 Dec 2017 17:05:35 +0100 Subject: Enable sanitize for CI tests Change-Id: Ida8cfcd9a9f86e65273452afa051381bc0c16421 --- contrib/jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index adc5db7..0d68f7c 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -36,7 +36,7 @@ echo set -x autoreconf --install --force -./configure CFLAGS="-Werror" CPPFLAGS="-Werror" +./configure --enable-sanitize CFLAGS="-Werror" CPPFLAGS="-Werror" $MAKE $PARALLEL_MAKE $MAKE distcheck \ || cat-testlogs.sh -- cgit v1.2.3