aboutsummaryrefslogtreecommitdiffstats
path: root/community/fd/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/fd/minimize-size.patch')
-rw-r--r--community/fd/minimize-size.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/fd/minimize-size.patch b/community/fd/minimize-size.patch
deleted file mode 100644
index ece114bfcaf..00000000000
--- a/community/fd/minimize-size.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-This reduces binary size from 2.4 MiB to 1.7 MiB.
-
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -72,3 +72,5 @@
- [profile.release]
- lto = true
- codegen-units = 1
-+opt-level = "z"
-+panic = "abort"