ci: use --enable-werror on more hosts

This commit is contained in:
Sjors Provoost 2020-02-14 10:20:10 +01:00
parent 6ba617dbe2
commit c98c26ee99
No known key found for this signature in database
GPG key ID: 57FF9BDBCC301009

View file

@ -25,4 +25,4 @@ export RUN_FUNCTIONAL_TESTS=true
export GOAL="install"
# -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1"
# This could be removed once the ABI change warning does not show up by default
export BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CXXFLAGS=-Wno-psabi"
export BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CXXFLAGS=-Wno-psabi --enable-werror"