Update MSVC PGO options #134923
Labels
3.13
bugs and security fixes
3.14
bugs and security fixes
3.15
new features, bugs and security fixes
build
The build process and cross-build
OS-windows
Uh oh!
There was an error while loading. Please reload this page.
The linker options we currently use for PGO on Windows are deprecated and should be updated to
/GENPROFILE
and/USEPROFILE
.No idea whether this will affect the optimization of the results, but it's general goodness anyway to make sure we don't suddenly stop working if/when the compiler drops the old option entirely.
Linked PRs
The text was updated successfully, but these errors were encountered: