Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Feb 21, 2025
1 parent 4fad357 commit 9223363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ rayon = "1.10"
[profile.dev]
opt-level = 3
debug = "full"
lto = "fat"
lto = "thin"

[profile.release]
codegen-units = 1
debug = "none"
opt-level = 3
overflow-checks = false
lto = "fat"
#lto = "fat"

0 comments on commit 9223363

Please sign in to comment.