buildman: Support disabling LTO
authorSimon Glass <sjg@chromium.org>
Tue, 21 Feb 2023 19:40:28 +0000 (12:40 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 8 Mar 2023 19:38:48 +0000 (11:38 -0800)
commit93202d72d75ff2e04c14525bc8b585c5ed0d0740
tree22653175af620a43799612c424316397737834fd
parentcd37d5bccf63e75af395dd5e3b5dd21abbd86881
buildman: Support disabling LTO

This cuts down build performance considerably and is not always needed,
when checking for build errors, etc.

Add a flag to disable it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/builderthread.py
tools/buildman/buildman.rst
tools/buildman/cmdline.py
tools/buildman/control.py
tools/buildman/func_test.py