aboutsummaryrefslogtreecommitdiffstats
path: root/community/mcfly/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/mcfly/minimize-size.patch')
-rw-r--r--community/mcfly/minimize-size.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/mcfly/minimize-size.patch b/community/mcfly/minimize-size.patch
deleted file mode 100644
index 72a6b757b91..00000000000
--- a/community/mcfly/minimize-size.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Minimize binary size.
-
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -14,7 +14,10 @@
- ]
-
- [profile.release]
-+codegen-units = 1
- lto = true
-+opt-level = "z"
-+panic = "abort"
-
- [profile.dev]
- debug = true