ConfigCompiler

Settings for the compiler

Members

Variables

extraFlags
string[] extraFlags;

Additional flags the user wants to add besides those that are in the compile_commands.json.

forceSystemIncludes
bool forceSystemIncludes;

True requires system includes to be passed on to the compiler via -I

useCompilerSystemIncludes
SystemCompiler useCompilerSystemIncludes;

Deduce compiler flags from this compiler and not the one in the supplied compilation database. / This is needed when the one specified in the DB has e.g. a c++ stdlib that is not compatible with clang.

Meta