mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 08:02:26 +01:00
12 lines
184 B
Diff
12 lines
184 B
Diff
Reduces binary size from 1.4 MiB to 986 kiB.
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -44,3 +44,6 @@
|
|
|
|
[profile.release]
|
|
lto = true
|
|
+codegen-units = 1
|
|
+opt-level = "z"
|
|
+panic = "abort"
|