cargo::core::compiler::build_context::target_info

Function rustflags_from_target

source
fn rustflags_from_target(
    gctx: &GlobalContext,
    host_triple: &str,
    target_cfg: Option<&[Cfg]>,
    kind: CompileKind,
    flag: Flags,
) -> CargoResult<Option<Vec<String>>>
Expand description

Gets compiler flags from [target] section in the config. See extra_args for more.