commit | f7003563bd32f31c3fe8b95cec28d0d6b40c9701 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 09 11:22:09 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 22 15:22:48 2023 -0400 |
tree | 1a6c7ba20519163aaafef87b38c6a722b7f6e0b4 | |
parent | a3a142ca4e914bad818d55c05b26e35c001d4ecb [diff] |
examples: Don't use LTO for hello_world If we're building U-Boot with LTO, we don't want to use that for examples as it's more work than required. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>