Skip to content

Commit

Permalink
Do not include debug symbols in release builds
Browse files Browse the repository at this point in the history
Having line tables is enough for backtraces to work.
  • Loading branch information
Kobzol authored and spirali committed Sep 27, 2024
1 parent 7c7194d commit aefe1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ chumsky = "0.9"
lto = true
codegen-units = 1
panic = "abort"
debug = true
debug = "line-tables-only"

0 comments on commit aefe1b7

Please sign in to comment.