Enum rustc_session::config::Strip [−][src]
pub enum Strip {
None,
Debuginfo,
Symbols,
}
Expand description
The different settings that the -Z strip
flag can have.
Variants
Do not strip at all.
Strip debuginfo.
Strip all symbols.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Strip
impl UnwindSafe for Strip
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
None
: 0 bytesDebuginfo
: 0 bytesSymbols
: 0 bytes