aports/community/zola/minimize-size.patch
prspkt 253ac8354e community/zola: fetch crates in prepare phase
- Patch release target to minimize binary size.
2021-12-29 18:18:48 +00:00

13 lines
261 B
Diff

Minimize size of the resulting binary: 21572 -> 17616 kiB.
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,6 +73,8 @@
[profile.release]
lto = true
codegen-units = 1
+opt-level = "z"
+panic = "abort"
[profile.dev]
# Disabling debug info speeds up builds a bunch,