forked from OSchip/llvm-project
[libc++] Fix wrong default value for LIBCXX_ENABLE_ASSERTIONS in documentation
It's set to OFF by default at libcxx/CMakeLists.txt:73. Differential Revision: https://reviews.llvm.org/D76905
This commit is contained in:
parent
32c9efb423
commit
094b11c3ab
|
@ -166,7 +166,7 @@ libc++ specific options
|
|||
|
||||
.. option:: LIBCXX_ENABLE_ASSERTIONS:BOOL
|
||||
|
||||
**Default**: ``ON``
|
||||
**Default**: ``OFF``
|
||||
|
||||
Build libc++ with assertions enabled.
|
||||
|
||||
|
|
Loading…
Reference in New Issue