views:

740

answers:

2

Is it any compilator option of flag?

+4  A: 

You can if you setup an external tool pointing to MsBuild to build the solution with the multiple process flag /m.

Scott Hanselman wrote a nice post on how to accomplish this, so I won't repeat what he has already done.

Dale Ragan
+1  A: 

MSDN answers your question:

Using Multiple Processors to Build Projects

aku