Skip to content

Commit 811ee27

Browse files
authored
Merge pull request #23410 from def-/pr-split-debuginfo-unpacked
build: Use unpacked split debuginfo and incremental build
2 parents 2c224bc + 6dc7afe commit 811ee27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ edition = "2021"
116116
rust-version = "1.74.0"
117117

118118
[profile.dev]
119-
# TODO(gusywnn|benesch): incremental is still not reliable as of rust 1.72
120-
# in our workspace.
121-
incremental = false
119+
split-debuginfo = "unpacked"
122120

123121
[profile.dev.package]
124122
# Compile the backtrace crate and its dependencies with all optimizations, even

0 commit comments

Comments
 (0)