mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Set profile.release.strip
to symbols
in Cargo.toml
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
7b39239729
commit
84d8b9295f
1 changed files with 1 additions and 0 deletions
|
@ -49,3 +49,4 @@ env_logger = "0.9.0"
|
||||||
lto = true
|
lto = true
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
strip = "symbols"
|
||||||
|
|
Loading…
Add table
Reference in a new issue