Skip to content

Commit

Permalink
Remove LTO For Release Builds (#53)
Browse files Browse the repository at this point in the history
The amount of time it took to do a release buid was detrimental for a
new user ( #50 ) and we don't really need it for this repository because
no real games are built from this repo.
  • Loading branch information
zicklag committed Jul 12, 2021
1 parent 5195e50 commit d81e662
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 @@ -58,9 +58,6 @@ rand = "0.8.3"
opt-level = 1
debug = 0

[profile.release]
lto = true

# Add some examples explicitly so we can say they requires the extra `ldtk`
# or `epaint` features.
[[example]]
Expand Down

0 comments on commit d81e662

Please sign in to comment.