Skip to content

Commit

Permalink
Set debug = "line-tables-only" for release
Browse files Browse the repository at this point in the history
Currently blows up the binary size quite a bit due to knuffel,
unfortunately.
  • Loading branch information
YaLTeR committed Nov 6, 2023
1 parent 8d7f2c5 commit 45b1077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 45b1077

Please sign in to comment.