Skip to content

Commit

Permalink
chore: optimize release profile build options
Browse files Browse the repository at this point in the history
  • Loading branch information
omelette-watin committed Sep 9, 2024
1 parent ceef961 commit 581c2ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ las = "0.9.1"
rayon = "1.10.0"
uuid = { version = "1.8.0", features = ["v4"] }
thiserror = { version = "1.0.63" }

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

0 comments on commit 581c2ab

Please sign in to comment.