On Sun, Dec 23, 2012 at 7:31 PM, <[email protected]> wrote: > Could there be a note on default DFLAGS and how to generate a debug build > added to http://wiki.dlang.org/Building_LDC_from_source please?
By default, both a debug and a release version of druntime/Phobos are built now, using the extra flags from the D_FLAGS_DEBUG/D_FLAGS_RELEASE CMake variables. They are set up as -defaultlib/-debuglib, so the debug library gets picked up automatically if -g is specified. End users should not have to worry about this. Also, from now on please use http://forum.dlang.org/group/digitalmars.D.ldc for general discussion. The mailing list interface is still not set up, though, and my plan was to wait for this before announcing it here. David --
