We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accd683 commit b79cd59Copy full SHA for b79cd59
1 file changed
Cargo.toml
@@ -585,6 +585,9 @@ members = [
585
586
[profile.dev]
587
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.
591
debug = "line-tables-only"
592
lto = "off"
593
0 commit comments