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

Implement debug symbol generation during the build process for Linux. #21732

Closed
2 tasks done
Tracked by #9913
Dwordcito opened this issue Feb 5, 2024 · 0 comments
Closed
2 tasks done
Tracked by #9913
Assignees
Labels
level/task type/enhancement New feature or request

Comments

@Dwordcito
Copy link
Member

Dwordcito commented Feb 5, 2024

Description

Currently, the RPM and DEB packages generated do not include debug symbols, which can hinder debugging efforts when issues arise. This issue aims to implement the necessary steps to generate packages with debug symbols for both RPM and DEB packages.

Proposed Solution

  1. Update Packaging Scripts:
    • Modify the scripts responsible for generating RPM and DEB packages to incorporate the inclusion of debug symbols.
    • Implement any necessary logic to ensure that debug symbols are correctly packaged and included.

Definition of Done

  • The packaging process is updated to incorporate the inclusion of debug symbols.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task type/enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

4 participants