Skip to content

Commit

Permalink
docs(changelog): Tweak debuginfo stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
epage authored and charmitro committed Sep 13, 2024
1 parent ab88192 commit 0a7f57f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@

### Changed

- 🎉 Cargo now implicitly sets `strip = "debuginfo"` when `strip` is not set
explicitly, and debuginfo is not enabled for any package being compiled.
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,
reducing the default size of release binaries considerably
(from ~4.5 MiB down to ~450 KiB for helloworld on Linux x64).
[#13257](https://github.com/rust-lang/cargo/pull/13257)
Expand Down

0 comments on commit 0a7f57f

Please sign in to comment.