Function run_make_support::external_deps::cc::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
.