Uh oh!
There was an error while loading. Please reload this page.
Produce PDB for Windows builds - #97
Conversation
Makes life easier when there's a crash inside.
It seems like way too much (especially the log spam) to include in BE builds since those are often used by normal users, for better or for worse. |
ishitatsuyuki
commented
Feb 21, 2026
If I'm understanding xmake correctly, The produced symbols is ~460KB, and I don't think this is at a size that people would complain. It's useful that you can symbolize crash dumps right away and without risking behavior change from building a different binary. |
arrowmaster
commented
Aug 14, 2026
On Linux and Mac, builds are run with mode.release and mode.debug. I think it would be better to change the Windows build script to also call xmake with mode.debug set instead adding The default behaviors from mode.release and mode.debug can be seen at https://github.com/xmake-io/xmake/blob/8bf5187281f1dcd3ea2f1cc41b1db5e9cf2cbc07/xmake/rules/mode/xmake.lua. Theres also a releasedbg which might be an option to consider. |
Makes life easier when there's a crash inside.
.. which I found out to be #66.