Skip to content

Commit ea4aeff

Browse files
committed
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.
1 parent c019a60 commit ea4aeff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,9 +1610,6 @@ target_sdk_version = 31
16101610
icon = "@mipmap/ic_launcher"
16111611
label = "Bevy Example"
16121612

1613-
[profile.release]
1614-
lto = true
1615-
16161613
[profile.wasm-release]
16171614
inherits = "release"
16181615
opt-level = "z"

0 commit comments

Comments
 (0)