Skip to content

Commit

Permalink
ci(release): switch to performance profile for cargo build (#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Nov 1, 2024
1 parent b93f761 commit 0f3f796
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 @@ -104,7 +104,7 @@ jobs:
echo "JEMALLOC_SYS_WITH_LG_PAGE=16" >> $GITHUB_ENV
- name: Build binaries
run: cargo build --release --bins --target ${{ matrix.job.target }}
run: cargo build --profile performance --bins --target ${{ matrix.job.target }}

- name: Archive binaries
id: artifacts
Expand Down

0 comments on commit 0f3f796

Please sign in to comment.