aboutsummaryrefslogtreecommitdiffstats
path: root/community/hyperfine/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/hyperfine/minimize-size.patch')
-rw-r--r--community/hyperfine/minimize-size.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/hyperfine/minimize-size.patch b/community/hyperfine/minimize-size.patch
deleted file mode 100644
index 465311d1618..00000000000
--- a/community/hyperfine/minimize-size.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Reduces binary size from 1.4 MiB to 986 kiB.
-
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -44,3 +44,6 @@
-
- [profile.release]
- lto = true
-+codegen-units = 1
-+opt-level = "z"
-+panic = "abort"