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