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.
This commit is contained in:
James Liu 2022-11-05 01:52:30 +00:00
parent c019a60b39
commit ea4aeff9ec

View File

@ -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"