Skip to content

Commit

Permalink
Revert "rust: turn back on incremental for dev builds"
Browse files Browse the repository at this point in the history
This reverts commit 79b79f3.
  • Loading branch information
guswynn committed Sep 21, 2023
1 parent b325f22 commit f645922
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ resolver = "2"
edition = "2021"
rust-version = "1.72.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 f645922

Please sign in to comment.