20 Mar
2026
20 Mar
'26
8:51 p.m.
On Fri, Mar 20, 2026 at 10:40 AM Andrew Randrianasulu <[email protected]> wrote:
After reading
https://flameeyes.blog/2010/10/18/tell-tale-signs-that-your-makefile-is-brok...
I tried to modify our multilib.sh script, and apparently just adding "-j" to make commands made them run nasm jobs on all cores (as defined in previous makefile)
Try attached patch and see if it improves build times without breaking build
On Ubuntu 16.04 LTS with make 4.1 it was not working, so I added $(nproc) to all 3 make commands worked on 2-cpu VM, but I wonder if it will work ok on much bigger machines?