diff --git a/docs/CMake.html b/docs/CMake.html index f6ea6668063..5a088c25f32 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -213,6 +213,12 @@
Path where LLVM will be installed if "make install" is invoked or the "INSTALL" target is built.
+
CMAKE_C_FLAGS:STRING
+
Extra flags to use when compiling C source files.
+ +
CMAKE_CXX_FLAGS:STRING
+
Extra flags to use when compiling C++ source files.
+
BUILD_SHARED_LIBS:BOOL
Flag indicating is shared libraries will be built. Its default value is OFF. Shared libraries are not supported on Windows and