File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ jobs:
7979 with :
8080 python-version : ' 3.11'
8181
82- - name : Native Windows MSVC (release )
82+ - name : Native Windows MSVC (PGO )
8383 if : runner.os == 'Windows' && matrix.architecture != 'ARM64'
8484 shell : cmd
8585 run : |
8686 choco install visualstudio2026buildtools-preview --pre
87- call ./PCbuild/build.bat --tail-call-interp -p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
88- call ./PCbuild/rt.bat -d - p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
87+ call ./PCbuild/build.bat --tail-call-interp --pgo - p ${{ matrix.architecture }} "/p:PlatformToolset=v145"
88+ call ./PCbuild/rt.bat -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
8989
9090 # No tests (yet):
9191 - name : Emulated Windows Clang (release)
You can’t perform that action at this time.
0 commit comments