-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added incremental build to Makefile to speed up rebuilds
(used everywhere by default except in do-release target) Before: ======= $ time make -C build -j4 build-images real 2m33.772s user 0m1.302s sys 0m0.889s Incremental re-builds: ======= $ time make -C build -j4 build-controller-image real 0m1.837s user 0m0.241s sys 0m0.085s $ time make -C build -j4 build-agones-sdk-image real 0m5.352s user 0m0.447s sys 0m0.244s $ time make -C build -j4 build-ping-image real 0m1.318s user 0m0.198s sys 0m0.063s $ time make -C build -j4 build-images real 0m5.506s user 0m1.177s sys 0m0.617s
- Loading branch information
Showing
1 changed file
with
35 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters