Some configurations are indeed incorrect. As I already wrote, you want to use make's "jobs" (-j) option. For instance:
$ make -j 5
The more cores you have, the highest the argument can be (in it a number of source files compiled in parallel).

Reply via email to