We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae7e90 commit 971e8d8Copy full SHA for 971e8d8
.github/actions/build-with-patched-std/action.yml
@@ -26,7 +26,7 @@ runs:
26
- shell: bash
27
id: measure
28
env:
29
- RUSTC_FLAGS: -Copt-level=s -Cstrip=symbols
+ RUSTC_FLAGS: -Copt-level=3 -Cstrip=symbols
30
RUSTC_BUILD_DIR: build/x86_64-unknown-linux-gnu
31
working-directory: ${{ inputs.rustc-dir }}
32
run: |
0 commit comments