]> git.kaiwu.me - haproxy.git/commit
BUILD: makefile: only build trace.c and ssl_trace.c when USE_TRACE is set
authorWilly Tarreau <w@1wt.eu>
Wed, 1 Jul 2026 13:46:09 +0000 (15:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Jul 2026 14:33:24 +0000 (16:33 +0200)
commit1a4be29252e44c7f9e4ac6fb7e66bc8d44703949
tree8c1f99581d564595d8826c9ada2834fc60c3275b
parent75163e93a8c0d48df53dd10f1807bf59d7047785
BUILD: makefile: only build trace.c and ssl_trace.c when USE_TRACE is set

There's no point in building these ones anymore when traces are disabled,
nothing relies on them. This brings extra 28kB savings, resulting in 709kB
total savings when disabling traces.
Makefile