aboutsummaryrefslogtreecommitdiffstats
path: root/community/handlr/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/handlr/minimize-size.patch')
-rw-r--r--community/handlr/minimize-size.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/handlr/minimize-size.patch b/community/handlr/minimize-size.patch
deleted file mode 100644
index 8b5faad5e22..00000000000
--- a/community/handlr/minimize-size.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Reduce binary size.
-
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -29,5 +29,7 @@
- aho-corasick = "0.7.15"
-
- [profile.release]
--opt-level=3
--lto=true
-+codegen-units = 1
-+lto = true
-+opt-level = "z"
-+panic = "abort"