Skip to content

Commit

Permalink
bitcoin-core: add BOOST_MULTI_INDEX_ENABLE_SAFE_MODE to CPPFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Jul 14, 2023
1 parent b00c2be commit 0843f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/bitcoin-core/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi
(
cd depends
sed -i --regexp-extended '/.*rm -rf .*extract_dir.*/d' ./funcs.mk # Keep extracted source
make HOST=$BUILD_TRIPLET DEBUG=1 LTO=1 NO_QT=1 NO_BDB=1 NO_ZMQ=1 NO_UPNP=1 NO_NATPMP=1 NO_USDT=1 AR=llvm-ar RANLIB=llvm-ranlib -j$(nproc)
make HOST=$BUILD_TRIPLET DEBUG=1 LTO=1 NO_QT=1 NO_BDB=1 NO_ZMQ=1 NO_UPNP=1 NO_NATPMP=1 NO_USDT=1 AR=llvm-ar RANLIB=llvm-ranlib CPPFLAGS="-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE" -j$(nproc)
)

# Build the fuzz targets
Expand Down

0 comments on commit 0843f8d

Please sign in to comment.