fn rustflags_from_host(
gctx: &GlobalContext,
flag: Flags,
host_triple: &str,
) -> CargoResult<Option<Vec<String>>>Expand description
Gets compiler flags from [host] section in the config.
See extra_args for more.
fn rustflags_from_host(
gctx: &GlobalContext,
flag: Flags,
host_triple: &str,
) -> CargoResult<Option<Vec<String>>>Gets compiler flags from [host] section in the config.
See extra_args for more.