commit | 920214e8c4bfc55d2daa8469e5c26cac34166c4a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jun 05 20:04:36 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:59 2020 +0200 |
tree | 4a53b36be71474a654e74cc1cc575c8363344b2a | |
parent | 36979d9ad54d82715307dc7c4771044e766c82e8 [diff] |
BUILD: reorder objects in the Makefile for faster builds Splitting large files and changing includes has changed the per-file build time. After a careful reordering based on build time, we're now down to 5.8s at -O0 on the PC at -j8 and 2.4-2.6s on the farm at -j120. Some room for at least one file name was left on each line to ease future additions.