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.
1 parent ba67211 commit efa1d5bCopy full SHA for efa1d5b
ci/test/00_setup_env_native_tidy.sh
@@ -15,5 +15,5 @@ export RUN_FUNCTIONAL_TESTS=false
15
export RUN_FUZZ_TESTS=false
16
export RUN_TIDY=true
17
export GOAL="install"
18
-export BITCOIN_CONFIG="CC=clang-15 CXX=clang++-15 --with-incompatible-bdb --disable-hardening CFLAGS='-O0 -g0' CXXFLAGS='-O0 -g0'"
+export BITCOIN_CONFIG="CC=clang-15 CXX=clang++-15 --with-incompatible-bdb --disable-hardening CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE' CFLAGS='-O0 -g0' CXXFLAGS='-O0 -g0'"
19
export CCACHE_SIZE=200M
0 commit comments