Re: Questions about the build process
Michael Zimmermann
Thanks for linking that issue. I'd really like to see that getting solved.
toggle quoted messageShow quoted text
As for ninja: Yes it usually reduces build time a lot because unlike make it uses a very simple and fast to parse language and handles threads completely by its own(you don't have to tell it how many jobs to use). Additionally it suppresses all build output and shows a nice progress bar. If a subtask fails it'll print just the log of the failed subtask. Thanks Michael
On Mon, Jul 2, 2018, 11:11 AM Gao, Liming <liming.gao@intel.com> wrote:
Michael:
|
|