From f32b4a2ebe4fa761221db8447c4a1cfc9deeb2d6 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 17 Sep 2018 06:41:40 +0900 Subject: [PATCH] Removing release build from ci, disabling lto (#425) --- Cargo.toml | 1 - ci/script.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 165c9c85a..bb84e41b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,6 @@ maplit = "1" [profile.release] opt-level = 3 debug = false -lto = true debug-assertions = false [profile.test] diff --git a/ci/script.sh b/ci/script.sh index 0939344b0..9f3cf889d 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -11,7 +11,6 @@ main() { else echo "Build" cross build --target $TARGET - cross build --target $TARGET --release if [ ! -z $DISABLE_TESTS ]; then return fi