BUILD: makefile: usual reorder of objects for faster builds
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Nov 2020 15:42:25 +0000 (16:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Nov 2020 15:46:24 +0000 (16:46 +0100)
commit2404e37838b4cdb0b3d1c7111846065e6908c604
tree0594fdb74ceb13b04252b19a458bbb2fc04a138d
parentc40edacbda3bd764c05db5690e0e921795934714
BUILD: makefile: usual reorder of objects for faster builds

Reordered the objets by reverse build times made the total build time
go down from 17.7s to 17.2s at -O2 using make -j8 on my PC, and from
~3.2 to ~2.7s on the build farm.
Makefile