From cf75a78b93042b7e5e713fed416055fee239ef96 Mon Sep 17 00:00:00 2001 From: David Osipov Date: Mon, 23 Mar 2026 13:06:47 +0400 Subject: [PATCH] Update .github/workflows/release.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 086914d..436ef43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -219,10 +219,10 @@ jobs: include: - arch: x86_64 asset: telemt-x86_64-openbsd - rustflags: -C target-cpu=x86-64-v2 -C opt-level=3 + rustflags: -C opt-level=3 - arch: aarch64 asset: telemt-aarch64-openbsd - rustflags: -C target-cpu=cortex-a53 -C target-feature=+aes,+pmull,+sha2,+sha1,+crc -C opt-level=3 + rustflags: -C opt-level=3 steps: - uses: actions/checkout@v4