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({
|
||||
"/Gw",
|
||||
"/Ob3",
|
||||
"/Qpar",
|
||||
})
|
||||
|
||||
filter("configurations:Debug")
|
||||
|
|
Loading…
Reference in New Issue