Skip to content

Commit 54ad2f0

Browse files
authored
chore: update comment (#4966)
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes
1 parent accd683 commit 54ad2f0

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)