fn rustflags_from_build(
    config: &Config,
    flag: Flags
) -> CargoResult<Option<Vec<String>>>
Expand description

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