Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
domsleee committed Jan 21, 2025
1 parent 66f7a16 commit 9a7ef9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
rustup component add rust-src --target ${{ matrix.target }}
- name: Build binary
# use optimize_for_size in the future (https://github.com/rust-lang/rust/issues/125612)
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

- name: Install cargo-deb
Expand Down

0 comments on commit 9a7ef9e

Please sign in to comment.