From 78043e92119aeb6c5a273a0abd8e16326dde7eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 15 Apr 2025 20:32:23 +0200 Subject: [PATCH] Use PGO on Linux x64 builds --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7640444baa1..fd4eb9e616ba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,6 +42,7 @@ jobs: # Zig is not used because it doesn't work with PGO container: quay.io/pypa/manylinux_2_28_x86_64 code-target: linux-x64 + pgo: clap-rs/clap - os: ubuntu-latest target: aarch64-unknown-linux-gnu zig_target: aarch64-unknown-linux-gnu.2.28