Skip to content

Commit

Permalink
Optimize release build (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Oct 7, 2024
1 parent f6f0d51 commit b14e7bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ result-large-err = "allow"
too-many-lines = "allow"
wildcard-imports = "allow"

[profile.release]
codegen-units = 1
lto = true

[workspace]
members = [".", "crates/*"]

Expand Down

0 comments on commit b14e7bd

Please sign in to comment.