Skip to content

Commit

Permalink
build quine-mc_cluskey with O3 in dev builds
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Sep 18, 2024
1 parent 903293b commit 431f7d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ 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 431f7d6

Please sign in to comment.