Function builder_cpp::bin_flags::build

source ·
pub fn build(
    build_config: &BuildConfig,
    targets: &Vec<TargetConfig>,
    gen_cc: bool,
    gen_vsc: bool,
    packages: &Vec<Package>
)
Expand description

Builds all targets

Arguments

  • build_config - The local build configuration
  • targets - A vector of targets to build
  • gen_cc - Whether to generate a compile_commands.json file