After reading answer to this question: Make "make" default to "make -j 8"
I am wondering if there is way to make the -j option automatically use the correct number of compile threads?
So I say make
. And the make
command itself uses 6 or 4 or 8 threads depending on the hardware?