Skip to content

Commit

Permalink
added optimizations for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyz committed Mar 23, 2024
1 parent 3b7ce15 commit 5883cb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ rand = "0.9.0-alpha.1"
open = "5.1.2"
ansiterm = "0.12.2"
rayon = "1.9.0"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true

0 comments on commit 5883cb2

Please sign in to comment.