diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2009-10-21 13:22:20 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2009-10-21 13:22:20 +0000 |
commit | 45f99d662157a9c41445355b5494bce3acf31b46 (patch) | |
tree | d0068514274e9829079b9e13d2816a6729eeefa7 | |
parent | 437ec1ed6e33bb88614ed1fa03aea00c526acde6 (diff) | |
download | bcm5719-llvm-45f99d662157a9c41445355b5494bce3acf31b46.tar.gz bcm5719-llvm-45f99d662157a9c41445355b5494bce3acf31b46.zip |
Two corrections for docs/CMake.html.
Patch by Victor Zverovich!
llvm-svn: 84759
-rw-r--r-- | llvm/docs/CMake.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html index 25f471081f5..d83e3ad5456 100644 --- a/llvm/docs/CMake.html +++ b/llvm/docs/CMake.html @@ -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> |