Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forcing this option makes the option ```MultiProcessorCompilation``` in ```msvs_settings``` useless. It also means that one cannot use ```#import``` or they will be faced with this error when trying to build: ``` error C2813: #import is not supported with /MP (compiling source file...) ``` Please see additional discussion of this here: nodejs/node-gyp#1087 and here: nodejs/node-gyp#26
- Loading branch information