[llvm-commits] [llvm] r60008 - /llvm/trunk/docs/CMake.html
Oscar Fuentes
ofv at wanadoo.es
Mon Nov 24 20:23:40 PST 2008
Author: ofv
Date: Mon Nov 24 22:23:36 2008
New Revision: 60008
URL: http://llvm.org/viewvc/llvm-project?rev=60008&view=rev
Log:
CMake: Documented two cmake variables.
Modified:
llvm/trunk/docs/CMake.html
Modified: llvm/trunk/docs/CMake.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.html?rev=60008&r1=60007&r2=60008&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.html (original)
+++ llvm/trunk/docs/CMake.html Mon Nov 24 22:23:36 2008
@@ -213,6 +213,12 @@
<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
More information about the llvm-commits
mailing list