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