On Mon, Jan 9, 2012 at 8:41 AM, Sean Kelly <[email protected]> wrote: > Which goes back to my argument that we should ship both checked and unchecked > (release and not) builds and the compiler should link the proper one. > > Sent from my iPhone >
I agree. This is common in the C/C++ world, and it seems even more important in D since we have so many DbC features that disappear completely in release-mode binaries. If this isn't supported, DbC is worthless in library code.
