Are there any disadvantages to “multi-processor compilation” in Visual Studio?
The documentation for /MP says: Incompatible Options and Language Features The /MP option is incompatible with some compiler options and language features. If you use an incompatible compiler option with the /MP option, the compiler issues warning D9030 and ignores the /MP option. If you use an incompatible language feature, the compiler issues error C2813then … Read more