Skip to content

Commit

Permalink
Merge pull request #255 from lafrenierejm/optimize-release-build
Browse files Browse the repository at this point in the history
Enable thin LTO for release builds
  • Loading branch information
phiresky authored Oct 14, 2024
2 parents dcbcb71 + d6430f8 commit b4dbe1b
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 @@ -71,4 +71,5 @@ tokio-test = "0.4.2"

[profile.release]
debug = true
lto = "thin"
split-debuginfo = "packed"

0 comments on commit b4dbe1b

Please sign in to comment.