Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Version 2.2.0

Compare
Choose a tag to compare
@perj perj released this 22 Sep 11:38
· 2 commits to master since this release
d938f4a

This feature release improves Go compilation speed somewhat by no longer tracking Go dependencies by default.
The disadvantage of this approach is that ninja will no longer report "nothing to do" when nothing has changed, instead the Go programs will all be recompiled.
Go build has for a while now had a builtin cache however, which means that it's generally fast to re-run it when nothing has changed, thus that ends up being faster than to track dependencies.