1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/just/minimize-size.patch
2020-12-13 17:07:03 +01:00

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"