Skip to content

Commit 79d79f3

Browse files
authored
Merge pull request #8738 from Xuanwo/disable-incremental
ci: Disable incremental for dev profile
2 parents 4dd056f + 7da3035 commit 79d79f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ overflow-checks = false
114114
[profile.dev]
115115
split-debuginfo = "unpacked"
116116
overflow-checks = false
117+
# Disable incremental compile before https://github.com/rust-lang/rust/pull/104164 merged
118+
incremental = false
117119

118120
[profile.test]
119121
opt-level = 0

0 commit comments

Comments
 (0)