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.

Reply via email to