Set debug = "line-tables-only" for release

Currently blows up the binary size quite a bit due to knuffel,
unfortunately.
This commit is contained in:
Ivan Molodetskikh 2023-11-06 09:18:50 +04:00
parent 8d7f2c5b28
commit 45b1077d21

View File

@ -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"