mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-21 22:51:37 +00:00
actions: try win arm64 pgo optimizations
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user