Skip to main content

FLAGS

Static FLAGS 

Source
pub static FLAGS: Mutex<BTreeMap<&str, &[&str]>>
Expand description

Compiler flags captured for participating project crates.

Crate-local rustc_flags_capture macros populate this map during static initialization. It is public only for that registration path and must not be modified elsewhere.