Skip to content

Commit

Permalink
Remove LTO (bevyengine#6472)
Browse files Browse the repository at this point in the history
# Objective
bevyengine#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 authored and ItsDoot committed Feb 1, 2023
1 parent 8152d62 commit 58b3325
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
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 58b3325

Please sign in to comment.