[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
İsmail Dönmez
ismail at donmez.ws
Wed Dec 3 01:24:16 PST 2014
On Wed, Dec 3, 2014 at 11:08 AM, Patrik Hägglund H <
patrik.h.hagglund at ericsson.com> wrote:
> > - Is there any technical reason why the remaining autoconf users can't
> switch
> > to CMake?
>
> I can't see how to do 'configure --disable-assertions
> --disable-optimized', using CMake in LLVM. This is useful for example to
> build for coverage testing.
>
Use cmake -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_ASSERTIONS=OFF
For more flags see http://llvm.org/docs/CMake.html
Regards,
ismail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20141203/062cc144/attachment.html>
More information about the llvm-dev
mailing list