Struct cargo::core::manifest::Profile
[−]
[src]
pub struct Profile { pub opt_level: u32, pub lto: bool, pub codegen_units: Option<u32>, pub rustc_args: Option<Vec<String>>, pub rustdoc_args: Option<Vec<String>>, pub debuginfo: bool, pub debug_assertions: bool, pub rpath: bool, pub test: bool, pub doc: bool, pub run_custom_build: bool, }
Fields
opt_level | |
lto | |
codegen_units | |
rustc_args | |
rustdoc_args | |
debuginfo | |
debug_assertions | |
rpath | |
test | |
doc | |
run_custom_build |