Skip to content

Commit

Permalink
Merge pull request #155 from b1ek/hotfix-optlevel
Browse files Browse the repository at this point in the history
hotfix: Fix opt-level in Cargo.toml
  • Loading branch information
Ph0enixKM authored Jun 6, 2024
2 parents f9826ed + 5dd0182 commit 91fe012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tempfile = "3.10.1"
[profile.release]
strip = true
lto = true
opt-level = "3"
opt-level = 3

0 comments on commit 91fe012

Please sign in to comment.