Don't optimize at all when --enable-debug is supplied. This makes sure that nothing is optimized out.
Backport of core PR16435:
https://github.com/bitcoin/bitcoin/pull/16435/files
Differential D4756
autoconf: Sane --enable-debug defaults. Fabien on Dec 18 2019, 15:36. Authored by Tags None Subscribers None
Details
Don't optimize at all when --enable-debug is supplied. This makes sure that nothing is optimized out. Backport of core PR16435: cmake -GNinja -DCMAKE_BUILD_TYPE=Debug .. ninja check ../configure --enable-debug make check
Diff Detail
Event Timeline |