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.
2 parents 599c1bd + f97f8d8 commit 0c3eb12Copy full SHA for 0c3eb12
1 file changed
Cargo.toml
@@ -603,10 +603,8 @@ codegen-units = 1
603
604
# A release-like profile that is as small as possible.
605
[profile.release-small]
606
-inherits = "release"
+inherits = "release-fast"
607
opt-level = "z"
608
-panic = "abort"
609
-codegen-units = 1
610
strip = true
611
612
# A release-like profile with debug info, useful for profiling.
0 commit comments