Skip to content

Commit

Permalink
add link time optimization, closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
kualta committed Oct 10, 2024
1 parent 2aecc7f commit 033218d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ opt-level = 1

[profile.release]
opt-level = 2
lto = true

[profile.dev.package."*"]
opt-level = 3

0 comments on commit 033218d

Please sign in to comment.