]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit868af7ffce2dc5d29b5972f4666c02c444126a3f
tree1a6c7ba20519163aaafef87b38c6a722b7f6e0b4
parent30e60204a84c1c4882b6d9ebdfeb56f1b6d690c8
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