From 45b1077d21c76e50f684abcfe9855342ed967412 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 6 Nov 2023 09:18:50 +0400 Subject: Set debug = "line-tables-only" for release Currently blows up the binary size quite a bit due to knuffel, unfortunately. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 865448ec..ef2b694e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,6 +72,7 @@ xdp-gnome-screencast = ["dbus", "pipewire"] profile-with-tracy = ["profiling/profile-with-tracy", "tracy-client/default"] [profile.release] +debug = "line-tables-only" overflow-checks = true lto = "thin" -- cgit