-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #10377 - joshtriplett:strip-no-off-1.59, r=ehuss
[beta] Remove `strip = "off"` (and undocumented `strip = "n"`/`strip = "no"`) Beta backport of #10376 The `strip` option allows the string `"off"`, which `rustc` doesn't have, and maps it to `"none"`. Remove that equivalent, and just keep `"none"`. Simplify and clarify the documentation for `strip` accordingly. `strip` reused the `is_off` function from `lto`, which also had the net effect of allowing `"n"` and `"no"`, which weren't documented as supported. This change drops those as well.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters