[LLVMdev] LLVM problem, please do not ignore
John Criswell
criswell at illinois.edu
Thu Nov 3 07:58:23 PDT 2011
On 11/3/11 3:44 AM, Óscar Fuentes wrote:
> Hello John,
>
> John Criswell<criswell at illinois.edu> writes:
>
> [snip]
>
>> By the way, it looks like you don't have a build with assertions
>> enabled. I recommend compiling with
>>
>> gmake ENABLE_OPTIMIZED=0 DISABLE_ASSERTIONS=1
> Shouldn't the above be DISABLE_ASSERTIONS=0 ? (which means
> DISABLE_ASSERTIONS=No, introducing the dreaded double negation which
> causes so much confusion on some people.)
Ah, yes. You are correct. It should be DISABLE_ASSERTIONS=0.
-- John T.
>
> BTW, Debug+Asserts is the default mode in the configure&make build.
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list