Friday, April 25, 2008

Speed up Make (Compilation) Process

make can make use of multiple cpu's. Simply use it as: make -j2 where 2 is the # of CPU's you have.

No comments: