Skip to content

Commit

Permalink
Use opt-level=3 for code size CI job for consistency with Cargo's def…
Browse files Browse the repository at this point in the history
…ault release flags.
  • Loading branch information
detly committed Jul 18, 2023
1 parent fae7e90 commit 971e8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-with-patched-std/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- shell: bash
id: measure
env:
RUSTC_FLAGS: -Copt-level=s -Cstrip=symbols
RUSTC_FLAGS: -Copt-level=3 -Cstrip=symbols
RUSTC_BUILD_DIR: build/x86_64-unknown-linux-gnu
working-directory: ${{ inputs.rustc-dir }}
run: |
Expand Down

0 comments on commit 971e8d8

Please sign in to comment.