Options

The options of the application.

When parsing the command line arguments, these fields will be set.

Members

Variables

additionalLibPath
string additionalLibPath;

The specified path to the location of additional libraries, like ncurses or tinfo, that needs to linked when linking libclang statically.

help
bool help;

Indicates if help/usage information was requested.

llvmLibPath
string llvmLibPath;

The specified path to the LLVM/Clang library path.

staticallyLinkBinary
bool staticallyLinkBinary;

Indicates if the whole binary, including the C standard library, should be statically linked.

staticallyLinkClang
bool staticallyLinkClang;

Indicates if libclang should be statically or dynamically linked.

verbose
bool verbose;

Print extra information.

Meta