mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
14 lines
199 B
Diff
14 lines
199 B
Diff
Minimize the binary size.
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -64,6 +64,9 @@
|
|
|
|
[profile.release]
|
|
lto = true
|
|
+codegen-units = 1
|
|
+opt-level = "z"
|
|
+panic = "abort"
|
|
|
|
[[test]]
|
|
name = "integration"
|