diff options
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml index 498cf7d62..e237b13dc 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -3,10 +3,6 @@ resolver = "2" | |||
3 | members = ["xtask/", "lib/*", "crates/*"] | 3 | members = ["xtask/", "lib/*", "crates/*"] |
4 | 4 | ||
5 | [profile.dev] | 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 | # Disabling debug info speeds up builds a bunch, | 6 | # Disabling debug info speeds up builds a bunch, |
11 | # and we don't rely on it for debugging that much. | 7 | # and we don't rely on it for debugging that much. |
12 | debug = 0 | 8 | debug = 0 |
@@ -21,9 +17,6 @@ text-size.opt-level = 3 | |||
21 | miniz_oxide.opt-level = 3 | 17 | miniz_oxide.opt-level = 3 |
22 | 18 | ||
23 | [profile.release] | 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 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. | 20 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. |
28 | 21 | ||
29 | [profile.test] | 22 | [profile.test] |