Hi all, Should LLVM output debug information (through the "-debug" command line option) if the build is a release build but doesn't have assertions disabled? -bw
On Wed, 3 Jan 2007, Bill Wendling wrote:> Should LLVM output debug information (through the "-debug" command > line option) if the build is a release build but doesn't have > assertions disabled?Yep. assert = !NDEBUG, so -debug output should happen in assert builds. -Chris -- http://nondot.org/sabre/ http://llvm.org/