aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-05 20:54:54 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-05 20:54:54 +0100
commit70e7f21cb1748dbc766361d139d8854f7f63ceb0 (patch)
tree44e34ce940ea8f3997b8f8cb8d86c8ab081da559
parent2e78858756015fbacb059d2d43532f2c41e32255 (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 eaf4f2b..8dc0162 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -36,7 +36,7 @@ set -x
cd "$base"
autoreconf --install --force
-./configure --enable-sanitize --enable-external-tests CFLAGS="-Werror" CPPFLAGS="-Werror"
+./configure --enable-sanitize --enable-external-tests --enable-werror
$MAKE $PARALLEL_MAKE
$MAKE check || cat-testlogs.sh
$MAKE distcheck || cat-testlogs.sh