11 Oct
Multi-processor building in Visual Studio 2005
Today I learned about a very interesting (undocumented) compiler flag in Visual Studio 2005. With the simple addition of /MP to the C++ Additional Options for your project, the compiler will take advantage of multiple processors. Obviously you need a multi-processor machine for this to work. So how much difference are we talking? The project […]