On the performance of building D programs

Andrej Mitrovic andrej.mitrovich at gmail.com
Sun Apr 7 11:18:35 PDT 2013


On 4/7/13, Martin Nowak <code at dawg.eu> wrote:
> This is a problem because 'something.else' might be a huge library you
> don't need to recompile.
> With the current approach you're first recompiling before you know the
> dependencies. It's also the reason why you hardcoded std.* and core.*
> into the exclude list. But this will miss other prebuild libraries, e.g.
> vibe.

So pass -rxvibe vibe.lib on the first invocation. I think we're in
some kind of miscommunication..


More information about the Digitalmars-d mailing list