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

Reply via email to