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 508bffc commit 48bd619Copy full SHA for 48bd619
Cargo.toml
@@ -2,6 +2,9 @@
2
members = ["crates/*", "benches", "analyze"]
3
resolver = "2"
4
5
+[profile.test]
6
+opt-level = 3
7
+
8
[profile.bench]
9
lto = "fat"
10
codegen-units = 1
0 commit comments