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 fea4e9e + 4c530e0 commit 0df9b0aCopy full SHA for 0df9b0a
.travis.yml
@@ -62,7 +62,9 @@ jobs:
62
RUN_UNIT_TESTS=false
63
RUN_FUNCTIONAL_TESTS=false
64
GOAL="install"
65
- BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports"
+ # -Wno-psabi is to disable ABI warnings: "note: parameter passing for argument of type ... changed in GCC 7.1"
66
+ # This could be removed once the ABI change warning does not show up by default
67
+ BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CXXFLAGS=-Wno-psabi"
68
# Win32
69
- stage: test
70
env: >-
0 commit comments