1[[root_option]] 2 3root 4 5Specifies root directory of the compiler installation. This option is 6necessary only if it is not possible to detect this information from the 7compiler command—for example if the specified compiler command is a user 8script. 9 10[[common_options]] 11 12cflags 13 14Specifies additional compiler flags that will be used when compiling C 15sources. 16 17cxxflags 18 19Specifies additional compiler flags that will be used when compiling {CPP} 20sources. 21 22compileflags 23 24Specifies additional compiler flags that will be used when compiling 25both C and {CPP} sources. 26 27linkflags 28 29Specifies additional command line options that will be passed to the 30linker. 31