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 4e87524 commit 2a2372aCopy full SHA for 2a2372a
Cargo.toml
@@ -22,3 +22,7 @@ composefs-boot = { version = "0.2.0", path = "crates/composefs-boot" }
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