Stabilize -Z strip as -C strip
Leave -Z strip available temporarily as an alias, to avoid breaking cargo until cargo transitions to using -C strip. (If the user passes both, the -C version wins.)
This commit is contained in:
parent
c4884bbec7
commit
e35b7bbdf8
6 changed files with 32 additions and 21 deletions
|
@ -37,7 +37,7 @@ use std::iter::{self, FromIterator};
|
|||
use std::path::{Path, PathBuf};
|
||||
use std::str::{self, FromStr};
|
||||
|
||||
/// The different settings that the `-Z strip` flag can have.
|
||||
/// The different settings that the `-C strip` flag can have.
|
||||
#[derive(Clone, Copy, PartialEq, Hash, Debug)]
|
||||
pub enum Strip {
|
||||
/// Do not strip at all.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue