Skip to content

Commit 42a4d3d

Browse files
committed
remove no-landing-pads build arg
1 parent 7637f32 commit 42a4d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/create_test_bin.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ rustup default nightly
99

1010
# Compile test
1111
export CARGO_INCREMENTAL=0
12-
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads --cfg procmacro2_semver_exempt"
13-
cargo test --no-run
12+
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off --cfg procmacro2_semver_exempt"
13+
cargo test --no-run

0 commit comments

Comments
 (0)