If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
DrahtBot added the label Build system on Mar 1, 2024
theuni
commented at 4:45 PM on March 1, 2024:
member
Concept ACK.
As I've mentioned before, I don't have a strong preference for -O0 vs -O1 vs -Og, but -Og makes the most sense to me.
More alignment with --enable-debug behaviour in configure.
We also want to align the optimization flags, currently -O1 vs -O0, however that can be it's own PR.
This I strongly agree with though. Whatever we choose we should use everywhere.
theuni
commented at 4:48 PM on March 1, 2024:
member
If I recall, the original reason for keeping -g out of here is that it seriously blows up the size of the build, which (at the time) had very real consequences for caching with c-i. Unsure if it's as big a deal these days?
maflcko
commented at 10:10 AM on March 12, 2024:
member
The CI depends cache is "unlimited" in size, and the CI ccache size can be modified, if needed.
TheCharlatan
commented at 8:47 PM on March 13, 2024:
contributor
Concept ACK
TheCharlatan
commented at 9:25 PM on March 13, 2024:
contributor
I get an error in the debug windows build:
make HOST=x86_64-w64-mingw32 DEBUG=1 -j 30
...
Qt Tools:
QDoc ................................... yes
Note: Also available for Linux: linux-clang linux-icc
Note: Using static linking will disable the use of dynamically
loaded plugins. Make sure to import all needed static plugins,
or compile needed modules into the library.
ERROR: Qt requires a compliant STL library.
make: *** [funcs.mk:291: /home/drgrid/bitcoin/depends/x86_64-w64-mingw32/.qt_stamp_configured] Error 3
hebasto
commented at 1:33 PM on March 18, 2024:
member
Concept ACK.
Add -g to the base DEBUG=1 flags in depends.
More alignment with --enable-debug behaviour in configure.
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-05-01 15:13 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me