Skip to content

Commit 8fe7bff

Browse files
committed
Fix build issue - -Zprofile was removed in rust-lang/rust#131829
1 parent ca09d79 commit 8fe7bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

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

2020
jobs:

0 commit comments

Comments
 (0)