We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10acbb8 commit 52b6525Copy full SHA for 52b6525
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
env:
16
CARGO_INCREMENTAL: "0"
17
- RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
+ RUSTFLAGS: "-Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
18
RUSTDOCFLAGS: "-Cpanic=abort"
19
steps:
20
- uses: actions/checkout@v4
0 commit comments