contrib/jenkins.sh: build with --enable-werror

Change-Id: Ib61a8b464ae55ef055a3ea5a0de9b6b2d4a9044b
This commit is contained in:
Vadim Yanitskiy 2022-11-05 03:52:35 +07:00
parent 7768003cce
commit 9987fd5592
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ set -x
cd "$base"
autoreconf --install --force
./configure --enable-sanitize $CONFIG
./configure --enable-sanitize --enable-werror $CONFIG
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh