From 2c59131f7f61af8ca1b782321804126e2e5098f6 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 7 Jan 2024 09:28:50 +0400 Subject: Remove debuginfo from niri-config Finally, the file sizes are back to sane. --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b8b6d6fa..a78686a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,6 +96,10 @@ debug = "line-tables-only" overflow-checks = true lto = "thin" +[profile.release.package.niri-config] +# knuffel with chomsky generates a metric ton of debuginfo. +debug = false + [package.metadata.generate-rpm] version = "0.1.0~alpha.3" assets = [ -- cgit