mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-19 23:02:19 +01:00
- Install man pages and themes. - Patch to minimize binary size. - Fetch crates in prepare phase.
17 lines
284 B
Diff
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"]
|