Skip to content

Commit

Permalink
feat: Compile with LTO for slight speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
Isawan committed Sep 1, 2023
1 parent bf763b1 commit 6c141ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ rustflags = ["--cfg", "tokio_unstable"]

[profile.release]
debug = 1
lto = "thin"

0 comments on commit 6c141ee

Please sign in to comment.