-
Notifications
You must be signed in to change notification settings - Fork 99
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 - DEB #2871
Labels
Comments
17 tasks
17 tasks
17 tasks
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
DEB
1- set dh_strip in the 'rules' file
2- Add this segment in the 'control' file
3- Copy dbg the file with build.sh from the docker container to the host machine.
Impact
Definition of Done
The text was updated successfully, but these errors were encountered: