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

Add --separate-debug-symbols option similar to cargo deb #100

Open
jabl opened this issue Feb 1, 2024 · 1 comment
Open

Add --separate-debug-symbols option similar to cargo deb #100

jabl opened this issue Feb 1, 2024 · 1 comment

Comments

@jabl
Copy link

jabl commented Feb 1, 2024

cargo deb has the --separate-debug-symbols option which causes the debug symbols of the binaries/libraries to be placed in separate files installed under /usr/lib/debug. Could something similar be added to cargo-generate-rpm as well?

And for extra brownie points, if it would also be possible (via another option) to split these debug symbols into a separate debuginfo package, so that users who are not interested in the debug symbols don't have to have them?

@cat-in-136
Copy link
Owner

Currently no plan to introduce debug symbol handling. In addition, there is no subpackaging (creating foobar-devel package and foobar-debuginfo) support now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants