[llvm-commits] [llvm] r84759 - /llvm/trunk/docs/CMake.html

Oscar Fuentes ofv at wanadoo.es
Wed Oct 21 06:22:22 PDT 2009


Author: ofv
Date: Wed Oct 21 08:22:20 2009
New Revision: 84759

URL: http://llvm.org/viewvc/llvm-project?rev=84759&view=rev
Log:
Two corrections for docs/CMake.html.

Patch by Victor Zverovich!

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=84759&r1=84758&r2=84759&view=diff

==============================================================================
--- llvm/trunk/docs/CMake.html (original)
+++ llvm/trunk/docs/CMake.html Wed Oct 21 08:22:20 2009
@@ -209,7 +209,7 @@
   <dt><b>CMAKE_BUILD_TYPE</b>:STRING</dt>
 
   <dd>Sets the build type for <i>make</i> based generators. Possible
-    values are Release, Debug, RelWithDebInfo and MiniSizeRel. On
+    values are Release, Debug, RelWithDebInfo and MinSizeRel. On
     systems like Visual Studio the user sets the build type with the IDE
     settings.</dd>
 
@@ -260,7 +260,7 @@
   <dd>Build with threads support, if available. Defaults to ON.</dd>
 
   <dt><b>LLVM_ENABLE_ASSERTIONS</b>:BOOL</dt>
-  <dd>Enables code assertions. Defaults to ON if and only if
+  <dd>Enables code assertions. Defaults to OFF if and only if
     CMAKE_BUILD_TYPE is <i>Release</i>.</dd>
 
   <dt><b>LLVM_ENABLE_PIC</b>:BOOL</dt>





More information about the llvm-commits mailing list