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 rust-lang#10377 - joshtriplett:strip-no-off-1.59, r=ehuss
[beta] Remove `strip = "off"` (and undocumented `strip = "n"`/`strip = "no"`) Beta backport of rust-lang#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