[libcxx-commits] [libcxx] [libcxxabi] [libc++][ranges] Implement P1899 `ranges::stride_view`. (PR #65200)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jan 3 03:54:02 PST 2026
================
@@ -52,7 +52,8 @@ option(LIBCXXABI_ENABLE_EXCEPTIONS
option(LIBCXXABI_ENABLE_ASSERTIONS "Enable assertions independent of build mode." ON)
option(LIBCXXABI_ENABLE_PEDANTIC "Compile with pedantic enabled." OFF)
option(LIBCXXABI_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
-option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." ON)
+option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF)
----------------
frederick-vs-ja wrote:
libcxxabi files shouldn't be touched.
https://github.com/llvm/llvm-project/pull/65200
More information about the libcxx-commits
mailing list