Skip to content

Commit

Permalink
Update compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Schmidmeister committed Jan 4, 2021
1 parent 9384ab6 commit f5a1ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads'
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort'
steps:
- uses: actions/checkout@v1
- name: Run Tests
Expand Down

0 comments on commit f5a1ad6

Please sign in to comment.