From bfd86bd11251963b26f9c52ca1fff8797121dd3a Mon Sep 17 00:00:00 2001 From: Dom Slee Date: Thu, 12 Sep 2024 00:23:57 +1000 Subject: [PATCH] optimize_for_size isn't available yet --- .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 f2189ed..0743a00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,7 @@ jobs: rustup component add rust-src --target ${{ matrix.target }} - name: Build binary - run: cargo build --release -Z build-std=core,std,alloc,proc_macro,panic_abort -Z build-std-features=panic_immediate_abort,optimize_for_size --locked --target=${{ matrix.target }} --color=always + run: cargo build --release -Z build-std=core,std,alloc,proc_macro,panic_abort -Z build-std-features=panic_immediate_abort --locked --target=${{ matrix.target }} --color=always - name: Install cargo-deb if: ${{ matrix.deb == true }}