aboutsummaryrefslogtreecommitdiffstats
path: root/community/git-metafile/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/git-metafile/minimize-size.patch')
-rw-r--r--community/git-metafile/minimize-size.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/git-metafile/minimize-size.patch b/community/git-metafile/minimize-size.patch
deleted file mode 100644
index e74211b9697..00000000000
--- a/community/git-metafile/minimize-size.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -19,4 +19,7 @@
- nix = "^0.8.0"
-
- [profile.release]
-+codegen-units = 1
- lto = true
-+opt-level = "z"
-+panic = "abort"