examples: Don't use LTO for hello_world
authorTom Rini <trini@konsulko.com>
Thu, 9 Mar 2023 16:22:09 +0000 (11:22 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 22 Mar 2023 19:22:48 +0000 (15:22 -0400)
commit332f48022f642ed06541009d06f71105f81d3c80
tree1a6c7ba20519163aaafef87b38c6a722b7f6e0b4
parent16d82d7bfac87bd3f670bf2388dff6354f8f0eac
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>
examples/standalone/Makefile