Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Pass NDEBUG through LDC_CXXFLAGS rather than EXTRA_CXXFLAGS (l…
…dc-developers#4575) NDEBUG needs to be correctly set depending on how LLVM is built. This commit moves -{D,U}NDEBUG from EXTRA_CXXFLAGS to LDC_CXXFLAGS as LDC_CXXFLAGS is already used for everything that links with LLVM and should be a better place to pass this. Suggested by Martin Kinkelin in ldc-developers#4574 Fixes ldc-developers#4573.
- Loading branch information