[PATCH] D24647: [CUDA] [test-suite] Always enable assert()s in our builds.
Justin Lebar via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 22:44:58 PDT 2016
jlebar added a comment.
> In any case we could move -DNDEBUG from the global CMakeLists.txt file to {SingleSource|MultiSource|External}/CMakeLists.txt (or even further down the hierarchy when we know which tests actually need it for correctness).
It sounds like this would have impacts on all of the other LLVM projects, though? In which case maybe what we have here is the least bad option?
https://reviews.llvm.org/D24647
More information about the llvm-commits
mailing list