From 2ba7a90126f05c686a56a4dc333237cbc524429f Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Wed, 21 Oct 2009 13:22:20 +0000 Subject: [PATCH] Two corrections for docs/CMake.html. Patch by Victor Zverovich! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84759 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CMake.html b/docs/CMake.html index 25f471081f5..d83e3ad5456 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -209,7 +209,7 @@
CMAKE_BUILD_TYPE:STRING
Sets the build type for make 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.
@@ -260,7 +260,7 @@
Build with threads support, if available. Defaults to ON.
LLVM_ENABLE_ASSERTIONS:BOOL
-
Enables code assertions. Defaults to ON if and only if +
Enables code assertions. Defaults to OFF if and only if CMAKE_BUILD_TYPE is Release.
LLVM_ENABLE_PIC:BOOL
-- 2.11.0