[LLVMdev] CMake build maturity
Óscar Fuentes
ofv at wanadoo.es
Thu Jun 4 03:05:18 PDT 2009
Jay Foad <jay.foad at gmail.com> writes:
>>> Thanks! I think it might be nice to make this a bit more consistent
>>> with Makefile.config. I'd suggest...
>>>
>>> - use LLVM_DISABLE_ASSERTIONS instead of LLVM_ENABLE_ASSERTS
>>
>> Okay.
>
> I meant ...DISABLE... instead of ...ENABLE...!
The `configure' script accepts --enable-x and --disable-x. CMake uses
-DX=ON and -DX=OFF. For consistency, I chose to follow the naming scheme
LLVM_ENABLE_X for all the switches supported by the cmake build.
[snip]
--
Óscar
More information about the llvm-dev
mailing list