mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +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"
|
$env:arch = "ARM64"
|
||||||
# TODO: figure out why Windows ARM64 isn't compat with PGO optimiazation
|
# TODO: figure out why Windows ARM64 isn't compat with PGO optimiazation
|
||||||
# causes 10-20% slowdown in Python
|
# 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
|
- name: Mac/Linux Build Python
|
||||||
|
|||||||
Reference in New Issue
Block a user