From 58b33256ef9d05aeb5fb0da096a791b8b96458bf Mon Sep 17 00:00:00 2001 From: James Liu Date: Sat, 5 Nov 2022 01:52:30 +0000 Subject: [PATCH] Remove LTO (#6472) # Objective #6461 introduced `lto = true` as a profile setting for release builds. This is causing the `run-examples` CI task to timeout. ## Solution Remove it. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd276818cf9f5..f8f26109910da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1610,9 +1610,6 @@ target_sdk_version = 31 icon = "@mipmap/ic_launcher" label = "Bevy Example" -[profile.release] -lto = true - [profile.wasm-release] inherits = "release" opt-level = "z"