fn rustflags_from_env(gctx: &GlobalContext, flags: Flags) -> Option<Vec<String>>
Expand description
Gets compiler flags from environment variables.
See extra_args
for more.
fn rustflags_from_env(gctx: &GlobalContext, flags: Flags) -> Option<Vec<String>>
Gets compiler flags from environment variables.
See extra_args
for more.