Skip to content

Commit

Permalink
replace no-langing-pads with -Cpanic=abort
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenkel92 committed Jun 8, 2020
1 parent 42a4d3d commit 7384a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/create_test_bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ rustup default nightly

# Compile test
export CARGO_INCREMENTAL=0
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off --cfg procmacro2_semver_exempt"
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Cpanic=abort -Coverflow-checks=off --cfg procmacro2_semver_exempt"
cargo test --no-run

0 comments on commit 7384a30

Please sign in to comment.