[libcxx-commits] [PATCH] D76905: [libc++] Fix wrong default value for LIBCXX_ENABLE_ASSERTIONS in documentation
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 30 09:46:19 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG094b11c3ab41: [libc++] Fix wrong default value for LIBCXX_ENABLE_ASSERTIONS in documentation (authored by tambre, committed by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76905/new/
https://reviews.llvm.org/D76905
Files:
libcxx/docs/BuildingLibcxx.rst
Index: libcxx/docs/BuildingLibcxx.rst
===================================================================
--- libcxx/docs/BuildingLibcxx.rst
+++ libcxx/docs/BuildingLibcxx.rst
@@ -166,7 +166,7 @@
.. option:: LIBCXX_ENABLE_ASSERTIONS:BOOL
- **Default**: ``ON``
+ **Default**: ``OFF``
Build libc++ with assertions enabled.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76905.253620.patch
Type: text/x-patch
Size: 335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200330/683552f8/attachment-0001.bin>
More information about the libcxx-commits
mailing list