From 2c524effa5639321916a97e416d44427b9b6e267 Mon Sep 17 00:00:00 2001 From: Philipp Rehner Date: Tue, 21 May 2024 08:13:50 +0200 Subject: [PATCH] Build aarch64 wheel with lto --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3209ef78..9f8e11b5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: aarch64 - args: --release --out dist + args: --profile release-lto --out dist - name: Upload wheels uses: actions/upload-artifact@v4 with: