Skip to content

Commit

Permalink
Add debug information comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Mar 14, 2024
1 parent 6402e49 commit 1cc3fb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ edition = "2021"
rust-version = "1.78.0"

[profile.release]
# This adds file and line number information to backtraces while only increasing
# the executable's file size from 15 MB to 76 MB (compared to around 170 MB with
# full debug information).
debug = "limited"

0 comments on commit 1cc3fb6

Please sign in to comment.