jenkins.sh: use --enable-werror configure flag, not CFLAGS

Change-Id: I4791c6a32d983869692df36172f93adee819debb
This commit is contained in:
Neels Hofmeyr 2018-03-05 20:50:26 +01:00
parent 6e152f2582
commit 202022eaa9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ echo
set -x
autoreconf --install --force
./configure CFLAGS="-Werror" CPPFLAGS="-Werror"
./configure --enable-werror
$MAKE $PARALLEL_MAKE
$MAKE distcheck \
|| cat-testlogs.sh