Skip to content

Commit 8471513

Browse files
committed
docs(changelog): Tweak debuginfo stripping
1 parent be230be commit 8471513

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@
8080

8181
### Changed
8282

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,
83+
- 🎉 Disabling debuginfo now implies `strip = "debuginfo"` (when `strip` is not set)
84+
to strip pre-existing debuginfo coming from the standard library,
8685
reducing the default size of release binaries considerably
8786
(from ~4.5 MiB down to ~450 KiB for helloworld on Linux x64).
8887
[#13257](https://github.com/rust-lang/cargo/pull/13257)

0 commit comments

Comments
 (0)