build: Bump native_clang up to 17.0.6

This commit is contained in:
Hennadii Stepanov
2023-10-25 19:27:54 +01:00
committed by fanquake
parent 7524fcff86
commit 5ddd7c65b4
2 changed files with 8 additions and 10 deletions

View File

@@ -17,7 +17,4 @@ export XCODE_BUILD_ID=15A240d
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false
export GOAL="deploy"
# False-positive warning is fixed with clang 17, remove this when that version
# can be used.
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports LDFLAGS=-Wno-error=unused-command-line-argument"
export BITCOIN_CONFIG="--with-gui --enable-reduce-exports"