It's no longer necessary to define _DEBUG because we use our own
internal assertion mechanism in libc++.
Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG1ba514c2cb65: [libc++][hardening][NFC] Remove the `LIBCXX_DEBUG_BUILD` CMake variable.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM w/ comment.
libcxx/CMakeLists.txt | ||
---|---|---|
482–483 | Can you move this closer to the first use of the variable? |
Can you move this closer to the first use of the variable?