Update src/appendix/rust-versions/1.59.md

pull/1248/head
Sunface 1 year ago committed by GitHub
parent b8230be586
commit 877871a66f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,7 +94,7 @@ where
对于受限的环境来说,缩小编译出的二进制文件体积是非常重要的。
以往我们可以在二进制文件创建后,手动的来完成。现在 cargo 和 rustc 支持在链接( linked )后就删除 debug 信息,在 `Cargo.toml` 中新增以下配置:
以往我们可以在二进制文件创建后,手动的来完成。现在 cargo 和 rustc 支持在链接( linked )后就删除 debug 信息,在 `Cargo.toml` 中新增以下配置:
```toml
[profile.release]

Loading…
Cancel
Save