There was an error while loading. Please reload this page.
1 parent cb8e2af commit 17a0354Copy full SHA for 17a0354
1 file changed
Cargo.toml
@@ -14,3 +14,9 @@ license = "MIT"
14
15
[dev-dependencies]
16
recycler="0.1.4"
17
+
18
+[profile.bench]
19
+# Multiple codegen units speed up compilation, but make compilation output less
20
+# deteministic and generally decrease codegen quality through worse inlining.
21
+# Let's turn it off for benchmarking.
22
+codegen-units = 1
0 commit comments