We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e407504 commit dee2a1bCopy full SHA for dee2a1b
src/lib.rs
@@ -718,7 +718,7 @@ impl Config {
718
parallel_flags = Some(format!("-j{}", s));
719
}
720
Some(ref g) if g.contains("Visual Studio") => {
721
- parallel_flags = Some(format!("/m:{}", s));
+ parallel_flags = Some(format!("/MP{}", s));
722
723
Some(ref g) if g.contains("NMake") => {
724
// NMake creates `Makefile`s, but doesn't understand `-jN`.
0 commit comments