diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index d34251fc0..1f97a1dc5 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -16,7 +16,9 @@ text-size.opt-level = 3 | |||
16 | miniz_oxide.opt-level = 3 | 16 | miniz_oxide.opt-level = 3 |
17 | 17 | ||
18 | [profile.release] | 18 | [profile.release] |
19 | incremental = true | 19 | # We do want incremental release builds, but they are broken at the moment :( |
20 | # https://github.com/rust-lang/rust/issues/85003#issuecomment-833796289 | ||
21 | incremental = false | ||
20 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. | 22 | debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger. |
21 | 23 | ||
22 | [patch.'crates-io'] | 24 | [patch.'crates-io'] |