Set profile.release.strip to symbols in Cargo.toml

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-05-31 17:39:33 +10:00
parent 7b39239729
commit 84d8b9295f
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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"