[Lldb-commits] [PATCH] D26510: Xcode build: specify NDEBUG for all binaries built using the BuildAndIntegration configuration

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 10 10:29:45 PST 2016


clayborg added a comment.

If we do this the asserts we have will no longer fire. We tend not to use asserts too much, but it would be a good idea to take a look at any asserts in our code to make sure we won't die horribly in other ways that will cause us not to know what crashed us.


https://reviews.llvm.org/D26510





More information about the lldb-commits mailing list