forked from haproxy/haproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUILD: makefile: reorder object files by build time
mux_spop is quite long to build and was at the end. The rest did not change much, but the build time is now dominated by hlua.o and mux_h2.o and by a large margin. On the 80-core ARM mux_h2.o is present from beginning to end and on the PC it's hlua.o, so both might have to be split at some point to benefit from multi-core. Nevertheless, the changes allowed to shrink about one second out of the 18 it was taking on that machine.
- Loading branch information
Showing
1 changed file
with
56 additions
and
55 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