...and I've set the "Number of processes for parallel builds" to 8 (the number of CPU's on our linux server host where I compile).
I have searched a lot for this, but I can't find where you configure it?
"Settings -> Compiler ...|Compiler and debugger -> your-compiler -> Build options|Other settings"
Which part of the logical or ("|") you need, depends on the version of C::B you use.
By the way:
recent versions of make have the "-j" switch to set the number of parallel processes.
Thanks! I am using version 8055, and there is no "Compiler and debugger" setting. There is one for the compiler and one for the debugger, but neither includes this option. I suppose this has been moved elsewhere?
I am running Ubuntu 12.04, with:
$ make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
This program built for i686-pc-linux-gnu