Incremental compilation with DMD

Walter Bright newshound1 at digitalmars.com
Fri Sep 11 18:34:21 PDT 2009


Tom S wrote:
> Thus my suggestion of adding an option to DMD so it may emit template 
> instances to all object files that use them. If anyone has alternative 
> ideas, I'd be glad to hear them, because I'm running out of options.

Try compiling with -lib, which will put each template instance into its 
own obj file.



More information about the Digitalmars-d mailing list