mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 05:31:25 +02:00
11 lines
205 B
Diff
11 lines
205 B
Diff
This reduces binary size from 2.4 MiB to 1.7 MiB.
|
|
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -76,6 +76,8 @@ test-case = "1.2"
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
+opt-level = "z"
|
|
+panic = "abort"
|