ci: Add --enable-werror flag to macos CI build

This commit is contained in:
UdjinM6 2021-09-01 17:23:35 +03:00
parent 8eafd332c3
commit ede5e9f1f8
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9

View File

@ -82,7 +82,7 @@ elif [ "$BUILD_TARGET" = "linux64_release" ]; then
export PYZMQ=true
elif [ "$BUILD_TARGET" = "mac" ]; then
export HOST=x86_64-apple-darwin16
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --disable-miner"
export BITCOIN_CONFIG="--enable-gui --enable-reduce-exports --disable-miner --enable-werror"
export OSX_SDK=10.14
export GOAL="all deploy"
export RUN_UNITTESTS=false