remove --enable-glibc-back-compat from CI and docs

This commit is contained in:
fanquake
2021-09-01 16:16:20 +08:00
parent d2dd1697ce
commit 2ef0accefc
4 changed files with 4 additions and 4 deletions

View File

@@ -25,4 +25,4 @@ export RUN_FUNCTIONAL_TESTS=false
export GOAL="install"
# -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
export BITCOIN_CONFIG="--enable-glibc-back-compat --enable-reduce-exports CXXFLAGS=-Wno-psabi"
export BITCOIN_CONFIG="--enable-reduce-exports CXXFLAGS=-Wno-psabi"