[PATCH] D17398: [CMake] Properly set CMAKE_BUILD_TYPE to Debug by default

Derek Bruening via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 10:54:33 PST 2016


bruening added a comment.

Agreed, it may be best if it's cached: other projects have hit issues with having to force-cache it for Ninja generators (https://github.com/DynamoRIO/dynamorio/issues/919).  For some reason in this other project we're not caching it for non-Ninja but it is not clear why: https://github.com/DynamoRIO/dynamorio/blob/master/CMakeLists.txt#L132


http://reviews.llvm.org/D17398





More information about the llvm-commits mailing list