[LLVMbugs] [Bug 13194] cmake's use of CMAKE_BUILD_TYPE is too rigid, everything should be tweakable using flags

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 23 12:36:26 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=13194

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rnk at google.com
         Resolution|---                         |FIXED

--- Comment #3 from Reid Kleckner <rnk at google.com> ---
I think we have enough control in the cmake build. We have the standard cmake
build types:
Debug
Release
RelWithDebInfo
MinSizeRel

... and NDEBUG asserts are tweakable with -DLLVM_ENABLE_ASSERTIONS=ON/OFF.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150123/44f15776/attachment.html>


More information about the llvm-bugs mailing list