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 37b6799 commit 0c211f1Copy full SHA for 0c211f1
Cargo.toml
@@ -603,9 +603,11 @@ lto = 'fat'
603
[profile.dev.package.minimal_rt]
604
opt-level = 1
605
606
-# Optimize loom even in the dev profile, as otherwise tests just take too long.
+# Optimize loom and its main dependency even in the dev profile, as otherwise tests just take too long.
607
[profile.dev.package.loom]
608
opt-level = 3
609
+[profile.dev.package.generator]
610
+opt-level = 3
611
612
[patch.crates-io]
613
# Pending <https://github.com/ferrilab/bitvec/pull/273>
0 commit comments