[libcxx-commits] [libcxx] [libc++] Put _LIBCPP_NODEBUG on all internal aliases (PR #118710)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 9 13:49:17 PST 2025
ldionne wrote:
Are we able to narrow down to which declarations are causing problems? Reverting this is going to create problems for people who monitor their debug info sizes.
If we must revert this, @philnik777 what I would do is define `_LIBCPP_NODEBUG` to nothing temporarily (very temporarily) while these issues are being addressed. Reverting this patch mechanically is going to cause havoc because it touches so much and we've already landed other patch on top of this one.
https://github.com/llvm/llvm-project/pull/118710
More information about the libcxx-commits
mailing list