mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
14 lines
238 B
Diff
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"
|