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

Change-Id: I5c3f11586d48a076479eb19ed80a11caad4251d8
This commit is contained in:
Neels Hofmeyr 2018-03-05 20:51:22 +01:00
parent 2d5026b92b
commit 58fcc5344e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,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