aports/community/skim/minimize-size.patch
2022-04-01 16:10:54 +02:00

12 lines
218 B
Diff

Reduce the resulting binary size from 3.0 to 2.2 MiB (in v0.9.4).
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,3 +48,6 @@
[profile.release]
lto = true
debug = false
+codegen-units = 1
+opt-level = "s"
+panic = "abort"