Compile with /MP flag on my system

The most interesting feature I like in VC 2008 is the parallel build capability.

The /MP option can reduce the total time to compile the source files on the command line. The /MP option causes the compiler to create one or more copies of itself, each in a separate process. Then these copies simultaneously compile the source files. Consequently, the total time to build the source files can be significantly reduced.

and here is the screenshot when compiled with /MP flag on an 8 core processor system:

image

Related posts:

  1. How to compile TORCS with visual studio 2005(VC 8.0)
  2. QT/VC2008:Project is rebuilt every time even though I didn’t make any modifications
  3. Compile the new 2.6.17 Linux kernel for IBM ThinkPad T43

Related posts:

TAGS: , ,


Leave a comment


(will not be published)