Skip to content

Commit b79cd59

Browse files
committed
chore: update comment
1 parent accd683 commit b79cd59

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,9 @@ members = [
585585

586586
[profile.dev]
587587
overflow-checks = false
588+
# "line-tables-only" produces just the line-number DWARF needed for stack
589+
# traces, skipping variable/type info. Meaningfully faster debug builds
590+
# (~2 min per engine cross-compile) with no runtime cost.
588591
debug = "line-tables-only"
589592
lto = "off"
590593

0 commit comments

Comments
 (0)