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 403c131 commit 30b5f8cCopy full SHA for 30b5f8c
Cargo.toml
@@ -22,3 +22,7 @@ composefs-boot = { version = "0.2.0", path = "crates/composefs-boot", default-fe
22
[profile.dev.package.sha2]
23
# this is *really* slow otherwise
24
opt-level = 3
25
+
26
+[profile.profiling]
27
+inherits = "release"
28
+debug = true
0 commit comments