| Summary: | Symbols not available for prebuilt SDL binaries | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Cameron Gutman <cameron.gutman> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 2.0.9 | ||
| Hardware: | All | ||
| OS: | Windows 10 | ||
| Attachments: | Save PDBs in windows-buildbot-zipper.bat | ||
|
Description
Cameron Gutman
2018-10-13 04:44:35 UTC
Official builds are built with mingw-64, which doesn't generate PDB files. OK, fortunately SDL isn't hard to build, so I'll just ship my own MSVC builds with symbols. In the long term, I think it would be nice though to move to MSVC as the default compiler for official Windows builds, since it has more advanced platform security and performance features like Control Flow Guard, Whole Program Optimization, plus PDBs of course. I don't know how many developers use those builds vs. the ones provided in Steam vs. local builds though. |