Compilation strategy

David Nadlinger see at klickverbot.at
Sat Dec 15 14:01:01 PST 2012


On Saturday, 15 December 2012 at 17:02:08 UTC, Andrei 
Alexandrescu wrote:
> In phobos we use a single call for building the library. Then 
> (at least on Posix) we use multiple calls for running unittests.

This highlights the problem with giving a single answer to the 
question: Building a large project in one call is often 
impractical. It only works for Phobos library builds because many 
templates don't even get instantiated.

David


More information about the Digitalmars-d mailing list