Skip to content

Commit f5a1ad6

Browse files
author
Ruben Schmidmeister
authored
Update compiler options
See rust-lang/rust#70175
1 parent 9384ab6 commit f5a1ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
env:
1414
CARGO_INCREMENTAL: 0
15-
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads'
15+
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort'
1616
steps:
1717
- uses: actions/checkout@v1
1818
- name: Run Tests

0 commit comments

Comments
 (0)