contrib/jenkins.sh: use --enable-werror

Change-Id: Idf0ecd012071b5786773643fc71cc44ec070aa05
This commit is contained in:
Oliver Smith 2022-11-14 11:36:14 +01:00
parent f49cfa030f
commit 427952915c
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ osmo-build-dep.sh libasn1c
# the asn1c binary is used by the 'regen' target below
osmo-build-dep.sh asn1c aper-prefix
CONFIG=""
CONFIG="--enable-werror"
if [ "$WITH_MANUALS" = "1" ]; then
CONFIG="--enable-manuals"
CONFIG=" --enable-manuals"
fi
set +x