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
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
2 matches
Mail list logo