build quine-mc_cluskey with O3 in dev builds

This commit is contained in:
y21 2024-09-17 21:38:37 +02:00
parent 903293b199
commit 431f7d6709
1 changed files with 7 additions and 0 deletions

View File

@ -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