aboutsummaryrefslogtreecommitdiffstats
path: root/community/exa/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/exa/minimize-size.patch')
-rw-r--r--community/exa/minimize-size.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/exa/minimize-size.patch b/community/exa/minimize-size.patch
deleted file mode 100644
index 2c180dfa621..00000000000
--- a/community/exa/minimize-size.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Reduces binary size from 822 kiB to 756 kiB.
-
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -59,7 +59,7 @@
- vendored-openssl = ["git2/vendored-openssl"]
-
- [profile.release]
--opt-level = 3
-+opt-level = "z"
- debug = false
- lto = true
- panic = "abort"