Skip to content

Commit

Permalink
feat: enable LTO and codegen-units = 1 optimizations (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
zamazan4ik authored Feb 20, 2025
1 parent 614bcb1 commit 4cdbf59
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 @@ -37,3 +37,7 @@ syntect = { version = "5.2.0", default-features = false, features = [
] }
textwrap = "0.16.1"
tokio = { version = "1.43.0", features = ["full"] }

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

0 comments on commit 4cdbf59

Please sign in to comment.