build quine-mc_cluskey with O3 in dev builds
This commit is contained in:
parent
903293b199
commit
431f7d6709
|
@ -67,3 +67,10 @@ harness = false
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "dogfood"
|
name = "dogfood"
|
||||||
harness = false
|
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
|
||||||
|
|
Loading…
Reference in New Issue