You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With --separate-debug-symbols the debug symbols are separated from the binaries, however they are all combined in the same .deb package. Would it be possible to add an option so that the debug symbols would be placed in a separate packagename-dbg-$VERSION.deb package?
The text was updated successfully, but these errors were encountered:
I think that would be a useful feature. It may need a bit of refactoring of cargo-deb, because it currently assumes it's writing only one deb file, and that deb file has all the usual metadata.
Would you like to lead a project to add this feature?
With
--separate-debug-symbols
the debug symbols are separated from the binaries, however they are all combined in the same .deb package. Would it be possible to add an option so that the debug symbols would be placed in a separatepackagename-dbg-$VERSION.deb
package?The text was updated successfully, but these errors were encountered: