]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit7a7f4b77cf8b113fd1979cc109637fb9a8aecb66
tree22653175af620a43799612c424316397737834fd
parent5f5923a5a5ec0b6e012a33cf1f7fa5633b8e1a67
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