Home
last modified time | relevance | path

Searched hist:"5 e34b67a3e6708f0643a1d5af6ce7945b2481643" (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/
H A Dmeson.builddiff 5e34b67a3e6708f0643a1d5af6ce7945b2481643 Fri Feb 05 16:21:27 CST 2021 Ed Tanous <edtanous@google.com> Re-enable dead code elimination

Dead code elimation gives us a way to reduce our binary size for "free"
with basically no downsides. While the wins are relatively small given
how little dead code we actually have, they're worth it for the low cost
of a single extra CXXFLAG.

Tested:
Enabled this option, and compared pre-compression binary size. Build of
current master 3399816 bytes, build with this change 3428488 bytes means
28672 bytes saved. Not a lot, but everything helps, and this option is
more or less "free".

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I78b76ed631b8ddc45c9338ac8d04a76cb7441035