[LLVMdev] CMake build maturity
Frits van Bommel
fvbommel at wxs.nl
Mon Jun 1 06:29:56 PDT 2009
Paul Melis wrote:
> Just checked: yup, there's plenty of assert()'s in the headers, so
> -D_DEBUG will keep those alive.
>
> Interestingly, when configuring with --enable-optimized and
> --disable-assertions the resulting compilation calls itself a
> "Release-Asserts build" while all asserts are thrown away, hmmm :)
Yeah, that's "Release-Asserts" as in "Release minus asserts".
This has caused confusion before...
More information about the llvm-dev
mailing list