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"
33members = [" 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.
128debug = 0
@@ -21,9 +17,6 @@ text-size.opt-level = 3
2117miniz_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
2720debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
2821
2922[profile .test ]
You can’t perform that action at this time.
0 commit comments