Skip to content

Commit 0bfdb1e

Browse files
committed
Add a remark about re-enabling the default in the future.
1 parent e29f0e5 commit 0bfdb1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/2024-03-28-Rust-1.77.1.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ Cargo enabled [stripping of debuginfo in release builds by default](https://gith
2727
in Rust 1.77.0. However, due to a pre-existing issue, debuginfo stripping does not [behave](https://github.com/rust-lang/rust/issues/122857) in the expected way on Windows with the MSVC toolchain.
2828

2929
Rust 1.77.1 therefore [disables](https://github.com/rust-lang/cargo/pull/13630) the new Cargo behavior on Windows for
30-
targets that use MSVC. There are no changes for other targets.
30+
targets that use MSVC. There are no changes for other targets. We plan to eventually re-enable debuginfo stripping in
31+
release mode in a later Rust release.
3132

3233
### Contributors to 1.77.1
3334

0 commit comments

Comments
 (0)