Skip to content

Commit

Permalink
Merge pull request #228 from janhohenheim/bevy-0.10
Browse files Browse the repository at this point in the history
Former-commit-id: 37539ed
  • Loading branch information
janhohenheim authored Mar 14, 2023
2 parents a146cff + 789aa26 commit f093d81
Show file tree
Hide file tree
Showing 35 changed files with 1,143 additions and 1,181 deletions.
8 changes: 2 additions & 6 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ opt-level = 1

# Enable high optimizations for dependencies (incl. Bevy), but not for our code:
[profile.dev.package."*"]
opt-level = 3
opt-level = 2

[profile.release]
# Don't change this to "thin" or your macOS releases will be broken after being packed to a .app for some reason.
lto = true
lto = "thin"
codegen-units = 1

[build]
incremental = true
Loading

0 comments on commit f093d81

Please sign in to comment.