]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: reorder objects by build time
authorWilly Tarreau <w@1wt.eu>
Mon, 30 May 2022 17:24:27 +0000 (19:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 30 May 2022 17:24:27 +0000 (19:24 +0200)
commit453d60be1785a7db82561f7b996388bef63435b1
tree5a93fac43e967099531874501935548d78085f23
parentcc01730d26a970cbabf4087ac54fb5c7843a89ea
BUILD: makefile: reorder objects by build time

As usual, let's sort objects by inverse build time at -O2. It will
still vary based on the options but keeps them optimally sorted for
parallel builds.
Makefile