Displaying 1 result from an estimated 1 matches for "thatndebugi".
Did you mean:
thatndebugis
2011 Jan 10
1
[LLVMdev] About NDEBUG (Cont)
...ure --prefix=INS_DIR --enable-debug-runtime --disable-optimized
>> --enable-debug-symbols
>>
>> >make install
>>
>>
>> It seems theNDEBUGcontrols a lot of print-out of debug information, by using
>> DEBUG() or dbgs().
>>
>> And it is said thatNDEBUGis in enabled in debug mode, but I find it does not
>> work and the -debug option is not recognized. How should I enableNDEBUGor
>> enable DEBUG() and dbgs()? Should I defineNDEBUGin the .cpp files related,
>> when I need the debug information?
>
> actually it is the opposi...