diff options
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,3 +14,6 @@ members = [ [profile.dev] split-debuginfo = "unpacked" + +[profile.release] +lto = "thin" |
index : helix-ext | ||
[contrib] fork of the helix editor, with various inactive and rejected patches applied | git daemon user |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 3 |
@@ -14,3 +14,6 @@ members = [ [profile.dev] split-debuginfo = "unpacked" + +[profile.release] +lto = "thin" |