Skip to content

Commit

Permalink
fix: LTO has stopped working
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Sep 18, 2023
1 parent 64a0852 commit 617704d
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 @@ -126,6 +126,6 @@ cc = "1.0.*"
dowser = "0.8.*"

[profile.release]
lto = true
lto = false
codegen-units = 1
strip = true

0 comments on commit 617704d

Please sign in to comment.