Skip to content

Commit

Permalink
Remove LTO (#6472)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
james7132 committed Nov 5, 2022
1 parent c019a60 commit ea4aeff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ea4aeff

Please sign in to comment.