Reggae v0.0.5 super alpha: A build system in D
Kagamin via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Sat Apr 4 10:02:35 PDT 2015
On Saturday, 4 April 2015 at 07:44:12 UTC, Atila Neves wrote:
> I'm of the opposite opinion. I don't care if full builds take
> 1h as long as incremental builds are as fast as possible. Why
> would I keep doing full builds? That's like git cloning
> multiple times. What for?
Full build is important when you do it only once, e.g. if you
want to try new version of a program and it's not precompiled,
you'll need to compile it from source and never recompile.
More information about the Digitalmars-d-announce
mailing list