mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
ci: Add --enable-werror
flag to macos CI build
This commit is contained in:
parent
8eafd332c3
commit
ede5e9f1f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user