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
{{ message }}
This repository has been archived by the owner on May 19, 2022. It is now read-only.
### `[package.metadata.deb]` options
Everything is optional:
-**name**: ...
- ...
-**separate-debug-symbols**: whether to keep debug symbols, but strip them from executables and save them in separate files (default `false`).
-**preserve-symlinks**: ...
The README mentions a separate-debug-symbols option that can be set in Cargo.toml, but this option seems to be ignored. Looking at the source of cargo-deb, I'm not sure this was ever implemented.
Should it be removed from README, or support for this be added?
The text was updated successfully, but these errors were encountered:
The README mentions a
separate-debug-symbols
option that can be set in Cargo.toml, but this option seems to be ignored. Looking at the source of cargo-deb, I'm not sure this was ever implemented.Should it be removed from README, or support for this be added?
The text was updated successfully, but these errors were encountered: