On 03/29/2012 11:36 PM, Darrell Anderson wrote:
If your new system is multi-core then use parallel processing. The general guideline is NUM_CORES + 1. I have a dual core and set NUMJOBS=-j3. My build scripts then run make $NUMJOBS.
That will be fun :) The 64 bit box is quad core so I'll try 5 :)