aboutsummaryrefslogtreecommitdiffstats
path: root/community/wldash/minimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/wldash/minimize-size.patch')
-rw-r--r--community/wldash/minimize-size.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/wldash/minimize-size.patch b/community/wldash/minimize-size.patch
new file mode 100644
index 00000000000..581cb725d94
--- /dev/null
+++ b/community/wldash/minimize-size.patch
@@ -0,0 +1,10 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -8,6 +8,7 @@
+ lto = "fat"
+ panic = "abort"
+ opt-level = "z"
++codegen-units = 1
+
+ [features]
+ default = ["alsa-widget", "pulseaudio-widget", "yaml-cfg", "json-cfg"]