File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,6 @@ resolver = "2"
3
3
members = [" xtask/" , " lib/*" , " crates/*" ]
4
4
5
5
[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
-
10
6
# Disabling debug info speeds up builds a bunch,
11
7
# and we don't rely on it for debugging that much.
12
8
debug = 0
@@ -21,9 +17,6 @@ text-size.opt-level = 3
21
17
miniz_oxide.opt-level = 3
22
18
23
19
[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
27
20
debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
28
21
29
22
[profile .test ]
You can’t perform that action at this time.
0 commit comments