[libcxx-commits] [PATCH] D153672: [libc++] Remove the legacy debug mode.
Konstantin Varlamov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 27 12:44:05 PDT 2023
var-const added inline comments.
================
Comment at: libcxx/CMakeLists.txt:65
option(LIBCXX_INCLUDE_TESTS "Build the libc++ tests." ${LLVM_INCLUDE_TESTS})
-option(LIBCXX_ENABLE_DEBUG_MODE
- "Whether to build libc++ with the debug mode enabled.
----------------
Mordante wrote:
> This flag is used in `docs/DesignDocs/DebugMode.rst`, please update that document.
Thanks! I went ahead and removed the file.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153672/new/
https://reviews.llvm.org/D153672
More information about the libcxx-commits
mailing list