Skip to content

Commit 52b6525

Browse files
committed
ci: rm -Zprofile see rust-lang/rust#131829
1 parent 10acbb8 commit 52b6525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
env:
1616
CARGO_INCREMENTAL: "0"
17-
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
17+
RUSTFLAGS: "-Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
1818
RUSTDOCFLAGS: "-Cpanic=abort"
1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)