Unverified Commit c87d89ac authored by Graham King's avatar Graham King Committed by GitHub
Browse files

chore: Switch lto to from "fat"/true to "thin" (#3252)


Signed-off-by: default avatarGraham King <grahamk@nvidia.com>
parent e2444577
...@@ -108,4 +108,4 @@ opt-level = 3 ...@@ -108,4 +108,4 @@ opt-level = 3
[profile.release] [profile.release]
# These make the build much slower but shrink the binary, and could help performance # These make the build much slower but shrink the binary, and could help performance
codegen-units = 1 codegen-units = 1
lto = true lto = "thin"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment