actions: try win arm64 pgo optimizations

This commit is contained in:
Jay Lee
2025-07-19 13:21:21 -04:00
committed by GitHub
parent b132e789f7
commit d4f5495909

View File

@@ -418,7 +418,7 @@ jobs:
$env:arch = "ARM64"
# TODO: figure out why Windows ARM64 isn't compat with PGO optimiazation
# causes 10-20% slowdown in Python
PCBuild\build.bat -c Release -p $env:arch
PCBuild\build.bat -c Release -p $env:arch --pgo
}
- name: Mac/Linux Build Python