Re: [PATCH u-boot 17/39] build: support building with Link Time Optimizations

2021-03-11 Thread Marek Behun
On Tue, 9 Mar 2021 21:30:26 +0800 Bin Meng wrote: > > +config LTO > > + bool "Enable Link Time Optimizations" > > + depends on ARCH_SUPPORTS_LTO > > + default n > > nits: this line is not needed as the default value is n if omitted This is for consistency. The other options

Re: [PATCH u-boot 17/39] build: support building with Link Time Optimizations

2021-03-09 Thread Bin Meng
On Sun, Mar 7, 2021 at 12:26 PM Marek BehĂșn wrote: > > Add plumbing for building U-Boot with Link Time Optimizations. > > Signed-off-by: Marek BehĂșn > --- > Kbuild | 2 ++ > Kconfig | 19 +++ > Makefile | 36