Forgot a file.
[oota-llvm.git] / docs / CMake.html
index f6ea6668063be7dc197109f091482d713337eaa3..5a088c25f32579ac0b81b5ead2509cc84ce6c44a 100644 (file)
   <dd>Path where LLVM will be installed if "make install" is invoked
     or the "INSTALL" target is built.</dd>
 
+  <dt><b>CMAKE_C_FLAGS</b>:STRING</dt>
+  <dd>Extra flags to use when compiling C source files.</dd>
+
+  <dt><b>CMAKE_CXX_FLAGS</b>:STRING</dt>
+  <dd>Extra flags to use when compiling C++ source files.</dd>
+
   <dt><b>BUILD_SHARED_LIBS</b>:BOOL</dt>
   <dd>Flag indicating is shared libraries will be built. Its default
     value is OFF. Shared libraries are not supported on Windows and