aports/testing/macchina/minimize-size.patch
prspkt cceb6aea1a testing/macchina: upgrade to 6.0.5
- Install man pages and themes.
 - Patch to minimize binary size.
 - Fetch crates in prepare phase.
2022-02-04 22:24:54 +00:00

17 lines
284 B
Diff

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,11 +36,12 @@
features = ["build", "cargo", "git", "rustc"]
[profile.release]
-opt-level = 3
+opt-level = "z"
debug = false
lto = true
incremental = true
codegen-units = 1
+panic = "abort"
[features]
openwrt = ["libmacchina/openwrt"]