[libcxx-commits] [PATCH] D124912: [libunwind] [CMake] Handle the RelWithDebInfo configuration similarly to Release
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 4 09:48:40 PDT 2022
mstorsjo added a comment.
I checked `LLVM_ENABLE_ASSERTS`, and that one seems to have handled this by inverting the condition, checking for `NOT “DEBUG”`, I guess that’d be even better?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124912/new/
https://reviews.llvm.org/D124912
More information about the libcxx-commits
mailing list