Skip to content

Commit 088070b

Browse files
committed
chore: add .cargo/config.toml for faster debug builds
Use line-tables-only debug info and unpacked split-debuginfo to skip full DWARF generation and the slow dsymutil pass on macOS.
1 parent 7872ba1 commit 088070b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[profile.dev]
2+
debug = "line-tables-only"
3+
split-debuginfo = "unpacked"

0 commit comments

Comments
 (0)