When you kickoff a unlimited parallel build with `make -j` you get one gcc process per .c file.
As you can imagine this over subscribes the CPU by little bit.
When you kickoff a unlimited parallel build with `make -j` you get one gcc process per .c file.
As you can imagine this over subscribes the CPU by little bit.