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:
0make HOST=x86_64-w64-mingw32 DEBUG=1-j 30 1... 2Qt Tools:
3 QDoc ................................... yes
4 5Note: Also available for Linux: linux-clang linux-icc
6 7Note: Using static linking will disable the use of dynamically
8loaded plugins. Make sure to import all needed static plugins,
9or compile needed modules into the library.1011ERROR: Qt requires a compliant STL library.12make: *** [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: 2024-11-24 09:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me