Compilation strategy

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Dec 15 09:02:06 PST 2012


On 12/15/12 11:55 AM, Russel Winder wrote:
> A quick straw poll.  Do people prefer to have all sources compiled in a
> single compiler call, or (more like C++) separate compilation of each
> object followed by a link call.

In phobos we use a single call for building the library. Then (at least 
on Posix) we use multiple calls for running unittests.

Andrei


More information about the Digitalmars-d mailing list