Function cargo::core::compiler::build_context::target_info::rustflags_from_build
source ยท fn rustflags_from_build(
gctx: &GlobalContext,
flag: Flags,
) -> CargoResult<Option<Vec<String>>>Expand description
Gets compiler flags from [build] section in the config.
See extra_args for more.