search for: enablendebugor

Displaying 1 result from an estimated 1 matches for "enablendebugor".

2011 Jan 10
1
[LLVMdev] About NDEBUG (Cont)
...>> >> >> 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 opposite:NDEBUGis enabled when not in debug mode. The "N" in > NDEBUGstands for "Not". > > Ciao, Duncan. >...