diff options
Diffstat (limited to 'llvm/docs/CMake.html')
-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 b329ca46d62..ac3b57a8489 100644 --- a/llvm/docs/CMake.html +++ b/llvm/docs/CMake.html @@ -248,8 +248,8 @@ <dt><b>LLVM_ENABLE_THREADS</b>:BOOL</dt> <dd>Build with threads support, if available. Defaults to ON.</dd> - <dt><b>LLVM_ENABLE_ASSERTS</b>:BOOL</dt> - <dd>Enables code asserts. Defaults to ON if and only if + <dt><b>LLVM_ENABLE_ASSERTIONS</b>:BOOL</dt> + <dd>Enables code assertions. Defaults to ON if and only if CMAKE_BUILD_TYPE is <i>Release</i>.</dd> <dt><b>LLVM_ENABLE_PIC</b>:BOOL</dt> |