We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be230be commit 8471513Copy full SHA for 8471513
CHANGELOG.md
@@ -80,9 +80,8 @@
80
81
### Changed
82
83
-- 🎉 Cargo now implicitly sets `strip = "debuginfo"` when `strip` is not set
84
- explicitly, and debuginfo is not enabled for any package being compiled.
85
- This would strip pre-existing debuginfo coming from the standard library,
+- 🎉 Disabling debuginfo now implies `strip = "debuginfo"` (when `strip` is not set)
+ to strip pre-existing debuginfo coming from the standard library,
86
reducing the default size of release binaries considerably
87
(from ~4.5 MiB down to ~450 KiB for helloworld on Linux x64).
88
[#13257](https://github.com/rust-lang/cargo/pull/13257)
0 commit comments