aboutsummaryrefslogtreecommitdiffstats
path: root/community/just/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/just/minimize-size.patch')
-rw-r--r--community/just/minimize-size.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/community/just/minimize-size.patch b/community/just/minimize-size.patch
deleted file mode 100644
index c9a2230c2ed..00000000000
--- a/community/just/minimize-size.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Minimize the binary size.
-
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -64,6 +64,9 @@
-
- [profile.release]
- lto = true
-+codegen-units = 1
-+opt-level = "z"
-+panic = "abort"
-
- [[test]]
- name = "integration"