Two corrections for docs/CMake.html.
authorOscar Fuentes <ofv@wanadoo.es>
Wed, 21 Oct 2009 13:22:20 +0000 (13:22 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Wed, 21 Oct 2009 13:22:20 +0000 (13:22 +0000)
Patch by Victor Zverovich!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84759 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.html

index 25f471081f59defab6924b2723e0bc999ce4012b..d83e3ad545654335f889de9f8ed8f70e28dbc585 100644 (file)
   <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>
 
   <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>