aboutsummaryrefslogtreecommitdiffstats
path: root/community/broot/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/broot/minimize-size.patch')
-rw-r--r--community/broot/minimize-size.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/broot/minimize-size.patch b/community/broot/minimize-size.patch
deleted file mode 100644
index 208d290b6d4..00000000000
--- a/community/broot/minimize-size.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Minimize size of the binary.
-
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -77,6 +77,8 @@
- [profile.release]
- lto = true # link time optimization - roughly halves the size of the exec
- codegen-units = 1 # this removes a few hundred bytes from the final exec size
-+opt-level = "z"
-+panic = "abort"
-
- [[bench]]
- name = "fuzzy"