mirror of https://github.com/google/oss-fuzz.git
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:
parent
1172e269c3
commit
df76eb3f27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue