[LLVMdev] Debug Output for Assert Builds?

Chris Lattner sabre at nondot.org
Wed Jan 3 16:39:02 PST 2007


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/



More information about the llvm-dev mailing list