Writing Bug-Free C/D Code
Dan
murpsoft at hotmail.com
Wed Mar 21 10:01:13 PDT 2007
Sean Kelly Wrote:
> My only regret is that the current crop of D compilers don't offer any
> means of linking a separate library for 'debug' and 'release' builds (a
> bad choice of words for the associated effects).
I think you actually can link in different modules accordingly, via static ifs, version, debug { import x; } etc. I think you mean phobos vs. tango etc. though right?
More information about the Digitalmars-d
mailing list