We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d4389b + 69f5fca commit 94d78ddCopy full SHA for 94d78dd
.github/workflows/alpine.yml
@@ -28,9 +28,11 @@ jobs:
28
matrix:
29
configuration:
30
- name: ''
31
+ # See: https://github.com/bitcoin/bitcoin/pull/31829#discussion_r2217735632.
32
+ config-options: -DAPPEND_CXXFLAGS="-Wno-error=stringop-overflow"
33
- name: ', debug'
34
depends-options: DEBUG=1
- config-options: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS=-Wno-error=maybe-uninitialized
35
+ config-options: -DCMAKE_BUILD_TYPE=Debug
36
37
steps:
38
- name: Checkout Bitcoin Core repo
0 commit comments