Skip to content

Commit

Permalink
Merge pull request #7673 from jolicode/feat/cloudflare-optimize
Browse files Browse the repository at this point in the history
feat(worker): optimize for speed instead of size
  • Loading branch information
joelwurtz authored Mar 28, 2023
2 parents 2d30810 + edfee5d commit 22f6a37
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 @@ -18,4 +18,4 @@ getrandom = { version = "0.2.8", features = ["js"] }

[profile.release]
lto = true
opt-level = "s"
opt-level = 3

0 comments on commit 22f6a37

Please sign in to comment.