[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:
Raul Tambre 2020-03-30 12:44:15 -04:00 committed by Louis Dionne
parent 32c9efb423
commit 094b11c3ab
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ libc++ specific options
.. option:: LIBCXX_ENABLE_ASSERTIONS:BOOL
**Default**: ``ON``
**Default**: ``OFF``
Build libc++ with assertions enabled.