[libcxx-commits] [PATCH] D75890: [libunwind] Add flag to disable logging
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 9 21:55:29 PDT 2020
phosek added a comment.
Herald added a reviewer: mclow.lists.
I'd prefer to make this the behavior when just `NDEBUG` is set, I think it's rather unexpected to still get debug messages even after you set `NDEBUG`, but since that would be a breaking change, it deserves an email to llvm-dev to ensure that nobody is relying on the current behavior.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75890/new/
https://reviews.llvm.org/D75890
More information about the libcxx-commits
mailing list