Module c_cxx_compiler

Source

Modules§

cc 🔒
extras 🔒
gcc 🔒

Structs§

Cc
A platform-specific C compiler invocation builder. The specific C compiler used is passed down from compiletest.
Gcc
A specific gcc.

Functions§

cc
Construct a new platform-specific C compiler invocation.
cxx
Construct a new platform-specific CXX compiler invocation. CXX_DEFAULT_FLAGS is passed from compiletest.
extra_c_flags
EXTRACFLAGS
extra_cxx_flags
EXTRACXXFLAGS
gcc
Construct a gcc invocation.