Skip to content

Commit

Permalink
perf: shave off another 100k from the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 14, 2022
1 parent c74706c commit 8daf770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ typed-builder = "^0.9"

[profile.release]
lto = true
codegen-units = 1
opt-level = 's'

0 comments on commit 8daf770

Please sign in to comment.