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.
-Ccodegen-units=1 -Copt-level=z
1 parent c0299a3 commit 615d5b9Copy full SHA for 615d5b9
.github/workflows/report-size.yml
@@ -50,9 +50,11 @@ jobs:
50
path: ./target/debug
51
key: ${{ runner.os }}-ci-runner-${{ hashFiles('rust-toolchain', 'src/r3_test_runner/**', 'src/r3_test_suite/**') }}
52
53
- - name: Enable LTO
+ - name: "Set -Clto -Ccodegen-units=1 -Copt-level=z"
54
run: |
55
- echo "lto = true" >> Cargo.toml
+ echo 'lto = true' >> Cargo.toml
56
+ echo 'codegen-units = 1' >> Cargo.toml
57
+ echo 'opt-level = "z"' >> Cargo.toml
58
59
- name: Generate a size report
60
0 commit comments