We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70fe83 commit a565c73Copy full SHA for a565c73
1 file changed
Cargo.toml
@@ -276,10 +276,13 @@ debug-assertions = false
276
strip = "debuginfo"
277
incremental = false
278
279
-[profile.ci-optimized]
280
-inherits = "ci"
281
-
282
[profile.profiling]
283
inherits = "release"
284
debug = true
285
strip = false
+
+[profile.ci-optimized]
+inherits = "release"
286
+debug-assertions = true
287
+codegen-units = 16
288
+lto = "thin"
0 commit comments