We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903293b commit 431f7d6Copy full SHA for 431f7d6
Cargo.toml
@@ -67,3 +67,10 @@ harness = false
67
[[test]]
68
name = "dogfood"
69
harness = false
70
+
71
+# quine-mc_cluskey makes up a significant part of the runtime in dogfood
72
+# due to the number of conditions in the clippy_lints crate
73
+# and enabling optimizations for that specific dependency helps a bit
74
+# without increasing total build times.
75
+[profile.dev.package.quine-mc_cluskey]
76
+opt-level = 3
0 commit comments