aboutsummaryrefslogtreecommitdiffstats
path: root/community/helix/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/helix/minimize-size.patch')
-rw-r--r--community/helix/minimize-size.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/helix/minimize-size.patch b/community/helix/minimize-size.patch
deleted file mode 100644
index 88999d5f78e..00000000000
--- a/community/helix/minimize-size.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Reduce binary size - 9.6 -> 5.4 MiB (v0.6.0).
-
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -17,4 +17,7 @@
- split-debuginfo = "unpacked"
-
- [profile.release]
--lto = "thin"
-+lto = "fat"
-+codegen-units = 1
-+opt-level = "s"
-+panic = "abort"