We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31f6791 + ca759fc commit cf530b7Copy full SHA for cf530b7
1 file changed
Cargo.toml
@@ -160,10 +160,10 @@ lto = true
160
[profile.release-fast]
161
inherits = "release"
162
panic = "abort"
163
+codegen-units = 1
164
165
# A release-like profile that is as small as possible.
166
[profile.release-small]
-inherits = "release"
167
+inherits = "release-fast"
168
opt-level = "z"
-panic = "abort"
169
strip = true
0 commit comments