JOBS=1 make (with ninja) does not work. It still use all cores instead of the specified 1 core.
Because the line which starts with tab and the one without tab mean different in Makefile. For more information see Recipe-Syntax
It seems to be introduced in this PR: #28881
JOBS=1 make(with ninja) does not work. It still use all cores instead of the specified 1 core.Because the line which starts with tab and the one without tab mean different in Makefile. For more information see Recipe-Syntax
It seems to be introduced in this PR: #28881