aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-03-05 20:52:50 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-03-05 20:52:50 +0100
commit0cad3b4538710a91881ddbb80424c2d7c62de962 (patch)
treee37455e756514add1ad93bcacf6211597b9e347b
parent7fb2a408d78857de581d32d32990be833702b854 (diff)
jenkins.sh: use --enable-werror configure flag, not CFLAGS
-rwxr-xr-xcontrib/jenkins.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 0768d71..8680cde 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -6,8 +6,8 @@ set -ex
osmo-clean-workspace.sh
autoreconf --install --force
-./configure --enable-sanitize
-$MAKE CFLAGS="-Werror" CPPFLAGS="-Werror"
+./configure --enable-sanitize --enable-werror
+$MAKE
$MAKE $PARALLEL_MAKE
$MAKE distcheck || cat-testlogs.sh