On Saturday, 6 June 2015 at 21:10:22 UTC, Jacob Carlborg wrote:
On 2015-06-06 22:27, anonymous wrote:The seemingly obvious thing to do: Pass the source files that need rebuilding and the object files of other modules to one dmd invocation.That's what I've been thinking all along and trying to say.
I don't think I understand. Where would these object files come from unless you're doing per-module compilation, C-style?
What I've already implemented is variant 1 mentioned before. Atila
