Add /Qpar
See https://learn.microsoft.com/en-us/cpp/build/reference/qpar-auto-parallelizer?view=msvc-170
This commit is contained in:
parent
2596aef111
commit
d1be412836
|
@ -66,6 +66,7 @@ filter({"configurations:Release", "platforms:Windows"})
|
||||||
buildoptions({
|
buildoptions({
|
||||||
"/Gw",
|
"/Gw",
|
||||||
"/Ob3",
|
"/Ob3",
|
||||||
|
"/Qpar",
|
||||||
})
|
})
|
||||||
|
|
||||||
filter("configurations:Debug")
|
filter("configurations:Debug")
|
||||||
|
|
Loading…
Reference in New Issue