run_make_support::external_deps::cc

Function cc

source
pub fn cc() -> Cc
Expand description

Construct a new platform-specific C compiler invocation.

WARNING: This means that what flags are accepted by the underlying C compiler is platform- AND compiler-specific. Consult the relevant docs for gcc, clang and mvsc.