Skip to content

Commit

Permalink
feat: enable LTO for matchmaker release builds. (#121)
Browse files Browse the repository at this point in the history
This might further improve the performance.
  • Loading branch information
zicklag committed May 4, 2023
1 parent fb148b9 commit 5e8436e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ version = "0.1.0"
[workspace]
members = [".", "crates/*"]

[profile.release]
lto = true

[features]
bevy = ["bones_asset/bevy", "bones_render/bevy", "dep:bones_bevy_utils"]
serde = ["dep:serde", "bones_render/serde", "bones_ecs/serde"]
Expand Down

0 comments on commit 5e8436e

Please sign in to comment.