Quick question: what is the compiler flag to allow g++ to spawn multiple instances of itself in order to compile large projects quicker (for example 4 source files at a time
distcc can also be used to distribute compiles not only on the current machine, but also on other machines in a farm that have distcc installed.