Skip to content

Commit d940886

Browse files
committed
Fix -Zno-landing-pads
1 parent fd2e0aa commit d940886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
args: --verbose
3131
env:
3232
CARGO_INCREMENTAL: '0'
33-
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads'
33+
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
3434
- uses: actions/setup-python@v1
3535
with:
3636
python-version: 3.8

0 commit comments

Comments
 (0)