Skip to content

Commit

Permalink
optimize_for_size isn't available yet
Browse files Browse the repository at this point in the history
  • Loading branch information
domsleee committed Sep 11, 2024
1 parent 5462a27 commit bfd86bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit bfd86bd

Please sign in to comment.