Skip to content

Commit

Permalink
rust: turn back on incremental for dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
guswynn committed Aug 28, 2023
1 parent c3bf5ba commit 79b79f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ resolver = "2"
edition = "2021"
rust-version = "1.71.0"

[profile.dev]
# TODO(gusywnn|benesch): remove this when incremental ice's are improved
incremental = false

[profile.dev.package]
# Compile the backtrace crate and its dependencies with all optimizations, even
# in dev builds, since otherwise backtraces can take 20s+ to symbolize. With
Expand Down

0 comments on commit 79b79f3

Please sign in to comment.