Skip to content

Commit

Permalink
Thinlto for validator builds.
Browse files Browse the repository at this point in the history
Relanding #3516 with fix.
  • Loading branch information
ksolana committed Dec 13, 2024
1 parent 73289ca commit f6cc90d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
inherits = "release"
debug = true
split-debuginfo = "packed"
lto = "off"

[profile.release]
split-debuginfo = "unpacked"
lto = "thin"

[workspace]
members = [
Expand Down

0 comments on commit f6cc90d

Please sign in to comment.