From df76eb3f274c73654dc1afe27ba86e14eb86263a Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 14 Apr 2023 23:00:14 +0800 Subject: [PATCH] bitcoin-core: re-enable DEBUG=1 in the depends build (#9828) We'll be removing the `_LIBCPP_DEBUG` (which has been deprecated/removed by LLVM), downstream in https://github.com/bitcoin/bitcoin/pull/27447. So remove the comment about re-enabling DEBUG=1, as that will no-longer do anything for the builds here. We could follow up with getting a Debug Mode build of libc++ available in the oss-fuzz environment. --- projects/bitcoin-core/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/bitcoin-core/build.sh b/projects/bitcoin-core/build.sh index ae772daa4..2b2e30822 100755 --- a/projects/bitcoin-core/build.sh +++ b/projects/bitcoin-core/build.sh @@ -30,7 +30,6 @@ fi cd depends sed -i --regexp-extended '/.*rm -rf .*extract_dir.*/d' ./funcs.mk # Keep extracted source make HOST=$BUILD_TRIPLET NO_QT=1 NO_BDB=1 NO_ZMQ=1 NO_UPNP=1 NO_NATPMP=1 -j$(nproc) - # DEBUG=1 is temporarily disabled due to libc++ bugs ) # Build the fuzz targets