aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-05 20:50:38 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-05 20:50:38 +0100
commitd3b8b69977207235056f6033e5828796e5620049 (patch)
tree4bf5c195cb7b72c1cd8eaea2cee5b53b3e942cca
parentbb83e6f7eb7fa3910586a182ed93d69a850e3e21 (diff)
jenkins.sh: use --enable-werror configure flag, not CFLAGS
-rwxr-xr-xcontrib/jenkins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 45e540e..6a76044 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -33,7 +33,7 @@ echo
set -x
autoreconf --install --force
-./configure --enable-sanitize CFLAGS="-Werror" CPPFLAGS="-Werror"
+./configure --enable-sanitize --enable-werror
$MAKE $PARALLEL_MAKE
$MAKE distcheck \
|| cat-testlogs.sh