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 e25897e commit 3aca20dCopy full SHA for 3aca20d
.github/workflows/reusable-build.yml
@@ -96,6 +96,7 @@ jobs:
96
shell: bash
97
run: |
98
echo '[profile.dev.package."*"]' >> Cargo.toml
99
+ echo 'debug = false' >> Cargo.toml
100
echo 'opt-level = 3' >> Cargo.toml
101
echo 'codegen-units = 1' >> Cargo.toml
102
0 commit comments