Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

separate-debug-symbols in Cargo.toml is ignored #153

Open
punkeel opened this issue Nov 10, 2020 · 1 comment
Open

separate-debug-symbols in Cargo.toml is ignored #153

punkeel opened this issue Nov 10, 2020 · 1 comment

Comments

@punkeel
Copy link

punkeel commented Nov 10, 2020

### `[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?

@kornelski
Copy link
Collaborator

It'd be great if you could add the support.

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

No branches or pull requests

2 participants