diff --git a/doc/src/fragments.xml b/doc/src/fragments.xml new file mode 100644 index 000000000..3106ca62e --- /dev/null +++ b/doc/src/fragments.xml @@ -0,0 +1,58 @@ + + + + +
+ + root + + + + Specifies root directory of the compiler + installation. This option is necessary only if it's not possible + to detect this information from the compiler command—for + example if the specified compiler command is a user script. + + +
+ +
+ + + cflags + + Specifies additional compiler flags that + will be used when compiling C sources. + + + + + cxxflags + + Specifies additional compiler flags that + will be used when compiling C++ sources. + + + + + compileflags + + Specifies additional compiler flags that + will be used when compiling both C and C++ sources. + + + + + linkflags + + Specifies additional command line options + that will be passed to the linker. + + + +
+ +