Skip to content

Commit 2c4a411

Browse files
committed
Auto merge of #6610 - alexcrichton:revert-incremental, r=Eh2406
Revert "Make incremental compilation the default for all profiles." This reverts commit 2c40858.
2 parents d7001c8 + b9da4d7 commit 2c4a411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cargo/core/profiles.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ impl Default for Profile {
406406
debug_assertions: false,
407407
overflow_checks: false,
408408
rpath: false,
409-
incremental: true,
409+
incremental: false,
410410
panic: None,
411411
}
412412
}
@@ -467,6 +467,7 @@ impl Profile {
467467
debuginfo: Some(2),
468468
debug_assertions: true,
469469
overflow_checks: true,
470+
incremental: true,
470471
..Profile::default()
471472
}
472473
}

0 commit comments

Comments
 (0)