[libcxx-commits] [PATCH] D76905: [libc++] Fix wrong default value for LIBCXX_ENABLE_ASSERTIONS in documentation

Raul Tambre via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 26 23:57:28 PDT 2020


tambre created this revision.
tambre added a reviewer: ldionne.
Herald added subscribers: libcxx-commits, dexonsmith.
Herald added a project: libc++.
Herald added a reviewer: libc++.

It's set to OFF by default at libcxx/CMakeLists.txt:73.


Repository:
  rG LLVM Github Monorepo

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.253047.patch
Type: text/x-patch
Size: 335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200327/7f6412c6/attachment.bin>


More information about the libcxx-commits mailing list