mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 17:25:17 +03:00
9 lines
192 B
Diff
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"
|