Skip to content

Commit 971e8d8

Browse files
committed
Use opt-level=3 for code size CI job for consistency with Cargo's default release flags.
1 parent fae7e90 commit 971e8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-with-patched-std/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
- shell: bash
2727
id: measure
2828
env:
29-
RUSTC_FLAGS: -Copt-level=s -Cstrip=symbols
29+
RUSTC_FLAGS: -Copt-level=3 -Cstrip=symbols
3030
RUSTC_BUILD_DIR: build/x86_64-unknown-linux-gnu
3131
working-directory: ${{ inputs.rustc-dir }}
3232
run: |

0 commit comments

Comments
 (0)