1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/procs/minimize-size.patch
prspkt 3a1220ac37 testing/procs: upgrade to 0.11.7
- Install shell completions.
 - Patch release target to minimize size.
2021-05-21 11:29:50 +00:00

9 lines
192 B
Diff

Minimize size of the resulting binary: 4020 -> 2976 kiB
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -77,3 +77,5 @@
[profile.release]
lto = true
codegen-units = 1
+opt-level = "z"
+panic = "abort"