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

Change-Id: I5d22083e40b5c95b2412e1dcb4aba4f023f54e23
This commit is contained in:
Vadim Yanitskiy 2022-11-05 03:55:18 +07:00 committed by fixeria
parent 990c1989c0
commit 24b06cd451
1 changed files with 1 additions and 1 deletions

View File

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