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:
parent
c019a60b39
commit
ea4aeff9ec
@ -1610,9 +1610,6 @@ target_sdk_version = 31
|
|||||||
icon = "@mipmap/ic_launcher"
|
icon = "@mipmap/ic_launcher"
|
||||||
label = "Bevy Example"
|
label = "Bevy Example"
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
lto = true
|
|
||||||
|
|
||||||
[profile.wasm-release]
|
[profile.wasm-release]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user