Skip to content

Commit c2830a6

Browse files
authored
chore(workspace): reduce target directory bloat (base#356)
1 parent 8056580 commit c2830a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ redundant-clone = "warn"
3434

3535
[profile.dev]
3636
debug = "line-tables-only"
37-
split-debuginfo = "unpacked"
37+
split-debuginfo = "packed"
38+
incremental = false
3839

3940
[profile.release]
4041
opt-level = 3

0 commit comments

Comments
 (0)