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.
This commit is contained in:
fanquake 2023-04-14 23:00:14 +08:00 committed by GitHub
parent 1172e269c3
commit df76eb3f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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