0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-04 13:55:23 -05:00

ci: Make Cirrus CI Windows build with --enable-werror

This commit is contained in:
Hennadii Stepanov 2021-04-13 10:21:11 +03:00
parent c713bb2b24
commit b367745cfe
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -14,7 +14,3 @@ export PACKAGES="python3 nsis g++-mingw-w64-x86-64 wine-binfmt wine64 wine32 fil
export RUN_FUNCTIONAL_TESTS=false
export GOAL="deploy"
export BITCOIN_CONFIG="--enable-reduce-exports --disable-gui-tests --disable-external-signer"
# Compiler for MinGW-w64 causes false -Wreturn-type warning.
# See https://sourceforge.net/p/mingw-w64/bugs/306/
export NO_WERROR=1