1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/community/czkawka/minimize-size.patch
2021-03-26 21:52:19 +01:00

14 lines
238 B
Diff

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,5 +4,8 @@
"czkawka_cli",
"czkawka_gui",
]
-#[profile.release]
-#lto = true
\ No newline at end of file
+[profile.release]
+codegen-units = 1
+lto = true
+opt-level = "z"
+panic = "abort"