Skip to content

Commit b12d8dc

Browse files
Don't force-disable incremental
1 parent 06b301e commit b12d8dc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ resolver = "2"
33
members = ["xtask/", "lib/*", "crates/*"]
44

55
[profile.dev]
6-
# We do want incremental builds, but they are broken at the moment :(
7-
# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289
8-
incremental = false
9-
106
# Disabling debug info speeds up builds a bunch,
117
# and we don't rely on it for debugging that much.
128
debug = 0
@@ -21,9 +17,6 @@ text-size.opt-level = 3
2117
miniz_oxide.opt-level = 3
2218

2319
[profile.release]
24-
# We do want incremental release builds, but they are broken at the moment :(
25-
# https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289
26-
incremental = false
2720
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
2821

2922
[profile.test]

0 commit comments

Comments
 (0)