Skip to content

Commit be905c8

Browse files
committed
Enable PGO for Windows on CI
1 parent a52478a commit be905c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ jobs:
2929
- os: windows-latest
3030
target: x86_64-pc-windows-msvc
3131
code-target: win32-x64
32+
pgo: true
3233
- os: windows-latest
3334
target: i686-pc-windows-msvc
35+
pgo: true
3436
- os: windows-latest
3537
target: aarch64-pc-windows-msvc
3638
code-target: win32-arm64
39+
pgo: true
3740
- os: ubuntu-latest
3841
target: x86_64-unknown-linux-gnu
3942
zig_target: x86_64-unknown-linux-gnu.2.28

0 commit comments

Comments
 (0)