Are there any disadvantages, side effects, or other issues I should be aware of when using the “Multi-processor Compilation” option in Visual Studio for C++ projects? Or, to phrase the question another way, why is this option off by default in Visual Studio?
Share
The documentation for
/MPsays:And it gives a table that lists compiler options and language features that are incompatible with
/MP:Instead of disabling those other options by default (and enabling
/MPby default), Visual Studio makes you manually disable/prevent these features and enable/MP.