]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: minor reordering of objects by build time
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2022 07:57:13 +0000 (08:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Nov 2022 07:57:13 +0000 (08:57 +0100)
commitd2ff5dc3ebba1163749e2d874cce5892570f540a
treea4b5de3f908dab2ca8759cd51d7288bad61471e0
parent946d370d222126542d86c9f1f8c85c24daced3b6
BUILD: makefile: minor reordering of objects by build time

This time the current ordering of common objects remained mostly
unchanged, except for flt_bwlim that was added. However, the SSL
and QUIC build order still had not been handled and were extremely
imbalanced, so they were adjusted. It's even possible to start
building QUIC before openssl to save a little bit more but more
likely that a few large quic files will get split again over time.
Makefile