Skip to content

Commit

Permalink
Fix lto option in cargo profile
Browse files Browse the repository at this point in the history
Raised in #61 (comment).
  • Loading branch information
Urhengulas committed Jun 27, 2022
1 parent b4327d0 commit 8a5c5ba
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 @@ -63,7 +63,7 @@ debug = 2
debug-assertions = false # <-
incremental = false
# see comment in the profile.release section
lto = 'false'
lto = false
opt-level = 3 # <-
overflow-checks = false # <-

Expand Down

0 comments on commit 8a5c5ba

Please sign in to comment.