Skip to content

Commit

Permalink
Thinlto for validator builds.
Browse files Browse the repository at this point in the history
Performance improvements
Binary size reduction
  • Loading branch information
ksolana committed Nov 7, 2024
1 parent 2a618b5 commit ebf4fcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[profile.release-with-debug]
inherits = "release"
debug = true
split-debuginfo = "packed"
split-debuginfo = "unpacked"
lto = "thin"

[workspace]
members = [
Expand Down

0 comments on commit ebf4fcb

Please sign in to comment.