Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split debug symbols from executable on linux #110

Open
LegalizeAdulthood opened this issue Jun 9, 2024 · 0 comments
Open

Split debug symbols from executable on linux #110

LegalizeAdulthood opened this issue Jun 9, 2024 · 0 comments
Milestone

Comments

@LegalizeAdulthood
Copy link
Owner

To debug crash dumps, we need a build with debug information, but gcc includes that debug information directly in the executable, whereas msvc stores that in a separate file. Ideally the release package won't include the debug symbols, but will be built in such a way that the symbols can be reconstructed from the particular hash used to create the build.

@LegalizeAdulthood LegalizeAdulthood added this to the 1.1 milestone Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant