travis: add CXXFLAGS=-Wnopsabi at ARM job
This commit is contained in:
parent
f180e81d57
commit
4c530e0102
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ jobs:
|
||||||
RUN_UNIT_TESTS=false
|
RUN_UNIT_TESTS=false
|
||||||
RUN_FUNCTIONAL_TESTS=false
|
RUN_FUNCTIONAL_TESTS=false
|
||||||
GOAL="install"
|
GOAL="install"
|
||||||
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"
|
||||||
|
# This could be removed once the ABI change warning does not show up by default
|
||||||
|
BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CXXFLAGS=-Wno-psabi"
|
||||||
# Win32
|
# Win32
|
||||||
- stage: test
|
- stage: test
|
||||||
env: >-
|
env: >-
|
||||||
|
|
Loading…
Add table
Reference in a new issue