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

Change-Id: I487ab6f2e391aa57404725de2c8ab5447ca9f725
This commit is contained in:
Neels Hofmeyr 2018-03-05 20:50:38 +01:00
parent bb83e6f7eb
commit d3b8b69977
1 changed files with 1 additions and 1 deletions

View File

@ -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