1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 11:15:13 +03:00
aports/community/fisher/minimize-size.patch
2021-01-08 22:39:57 +01:00

12 lines
179 B
Diff

Minimize binary size.
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,4 +34,7 @@
reqwest = "^0.8"
[profile.release]
+codegen-units = 1
lto = true
+opt-level = "z"
+panic = "abort"