From e6f8fa76af2bf78e572c144cc24d763ed5d022ce Mon Sep 17 00:00:00 2001 From: kngwyu Date: Sat, 2 May 2020 13:02:31 +0900 Subject: [PATCH] Remove no-landing-pads --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 73e57a8bfc5..8319bfd452f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,9 +47,9 @@ install: - pip install setuptools-rust pytest pytest-benchmark tox script: - # Options for grcov - if ! [[ $FEATURES == *"pypy"* ]]; then export CARGO_INCREMENTAL=0; fi - - if ! [[ $FEATURES == *"pypy"* ]]; then export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zno-landing-pads"; fi + # Options for grcov + - if ! [[ $FEATURES == *"pypy"* ]]; then export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off"; fi - ./ci/travis/test.sh deploy: