Skip to content

Commit 81963b1

Browse files
committed
Clarify that -C strip is only in rustc, not cargo, in 1.58
1 parent dd9501f commit 81963b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Compiler
1212
--------
1313

1414
- [Add LLVM CFI support to the Rust compiler][89652]
15-
- [Stabilize -Z strip as -C strip][90058]. Note that while release builds already don't add debug symbols for the code you compile, the compiled standard library that ships with Rust includes debug symbols, so you may want to use the `strip` option to remove these symbols to produce smaller release binaries.
15+
- [Stabilize -Z strip as -C strip][90058]. Note that while release builds already don't add debug symbols for the code you compile, the compiled standard library that ships with Rust includes debug symbols, so you may want to use the `strip` option to remove these symbols to produce smaller release binaries. Note that this release only includes support in rustc, not directly in cargo.
1616
- [Add support for LLVM coverage mapping format versions 5 and 6][91207]
1717
- [Emit LLVM optimization remarks when enabled with `-Cremark`][90833]
1818
- [Update the minimum external LLVM to 12][90175]

0 commit comments

Comments
 (0)