Re: [PATCH 3/6] examples: Don't use LTO for hello_world

2023-03-22 Thread Tom Rini
On Thu, Mar 09, 2023 at 11:22:09AM -0500, Tom Rini wrote: > 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 > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description:

Re: [PATCH 3/6] examples: Don't use LTO for hello_world

2023-03-10 Thread Simon Glass
On Thu, 9 Mar 2023 at 08:22, Tom Rini wrote: > > 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 > --- > examples/standalone/Makefile | 4 > 1 file changed, 4 insertions(+) Reviewed-by: Simon Glass B