Instructions for compilation from multiple source files

Solomon E via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Nov 10 22:52:20 PST 2014


It all works fine for me so far. I wrote a trivial test project
of four d files, and compiled it all together, directly from d
files, which took a couple of seconds to compile. Then instead I
compiled it as two "o" files in an "a" file (using "ar" to
archive), plus a d file, plus another "o" file for good measure,
and that was faster on the final compile time.


More information about the Digitalmars-d-learn mailing list