Re: [PATCH] Makefile: Allow LTO to be disabled for a build

2021-09-22 Thread Marek Behún
On Wed, 22 Sep 2021 21:37:36 +0200 Heinrich Schuchardt wrote: > Am 22. September 2021 21:16:50 MESZ schrieb "Marek Behún" > : > >nitpick? > > s/optimisation/optimization/ > > British vs American English. I don't think we need to prescribe one or the > other. OK :)

Re: [PATCH] Makefile: Allow LTO to be disabled for a build

2021-09-22 Thread Heinrich Schuchardt
Am 22. September 2021 21:16:50 MESZ schrieb "Marek Behún" : >nitpick? > s/optimisation/optimization/ British vs American English. I don't think we need to prescribe one or the other. Best regards Heinrich > >Marek

Re: [PATCH] Makefile: Allow LTO to be disabled for a build

2021-09-22 Thread Marek Behún
nitpick? s/optimisation/optimization/ Marek

[PATCH] Makefile: Allow LTO to be disabled for a build

2021-09-22 Thread Simon Glass
LTO (Link-Time Optimisation) is an very useful feature which can significantly reduce the size of U-Boot binaries. So far it has been made available for selected ARM boards and sandbox. However, incremental builds are much slower when LTO is used. For example, an incremental build of sandbox takes