Displaying 1 result from an estimated 1 matches for "nassert".
Did you mean:
assert
2011 Jan 10
1
[LLVMdev] About NDEBUG (Cont)
...t; the -debug option is not enabled.
> I have restated my configuration below.
you need to configure with --enable-assertions
In spite of the name, NDEBUG is not related to optimization or debugging
symbols, it means that checking (aka assertions) are disabled. Probably
it should be renamed to NASSERT
Ciao, Duncan.
> Looking forwards to your reply.
>
>
>
>
>
> Hi Li Qingan,
>
>> I have built and installed llvm-2.8 in debug mode using:
>>
>> >SRC_DIR/configure --prefix=INS_DIR --enable-debug-runtime --disable-optimized
>> --enable-debug-symbo...