Skip to content

Commit

Permalink
Hotfix: remove profile from clippy Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Sep 24, 2024
1 parent 907b6a1 commit f38b569
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tools/clippy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,3 @@ harness = false
[[test]]
name = "dogfood"
harness = false

# quine-mc_cluskey makes up a significant part of the runtime in dogfood
# due to the number of conditions in the clippy_lints crate
# and enabling optimizations for that specific dependency helps a bit
# without increasing total build times.
[profile.dev.package.quine-mc_cluskey]
opt-level = 3

0 comments on commit f38b569

Please sign in to comment.