aports/testing/tuigreet/minimize-size.patch
2021-09-18 00:37:21 +02:00

10 lines
138 B
Diff

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,3 +25,6 @@
[profile.release]
lto = true
+codegen-units = 1
+opt-level = "z"
+panic = "abort"