We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f1561 commit ab1323fCopy full SHA for ab1323f
Cargo.toml
@@ -254,8 +254,8 @@ unwrap_used = "deny"
254
use_debug = "deny"
255
256
[profile.release]
257
-#codegen-units = 1
258
-#lto = "thin" # attempts to perform optimizations across all crates within the dependency graph
+codegen-units = 1
+lto = "thin" # attempts to perform optimizations across all crates within the dependency graph
259
260
[profile.release_debug]
261
debug = "full"
0 commit comments