dlemstra wrote:
What quantum depth will be used by default?
The VisualStaticST solution has been deprecated and you cannot statically link the runtime in a CLI/C++ project. I am guessing you want to disable OpenMP. You can do that with the /noOpenMP option.Do you mean that I need to add /noOpenMP parameter into the file
Tools\Scripts\BuildLibraries.ps1
like this ?Start-Process .\configure.exe -ArgumentList "/smtd /noWizard /VS2012 /noOpenMP $options" -wait
What quantum depth will be used by default?