mirror of https://github.com/bitcoin/bitcoin.git
ci: Drop no longer necessary `-Wno-error=array-bounds`
This commit is contained in:
parent
055254e212
commit
e34f12bdd4
|
@ -15,4 +15,4 @@ export RUN_UNIT_TESTS=false
|
|||
export RUN_FUNCTIONAL_TESTS=false
|
||||
export GOAL="deploy"
|
||||
export BITCOIN_CONFIG="-DREDUCE_EXPORTS=ON -DBUILD_GUI_TESTS=OFF \
|
||||
-DCMAKE_CXX_FLAGS='-Wno-error=maybe-uninitialized -Wno-error=array-bounds'"
|
||||
-DCMAKE_CXX_FLAGS='-Wno-error=maybe-uninitialized'"
|
||||
|
|
Loading…
Reference in New Issue