Skip to content

Commit ab1323f

Browse files
committed
back
1 parent 97f1561 commit ab1323f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ unwrap_used = "deny"
254254
use_debug = "deny"
255255

256256
[profile.release]
257-
#codegen-units = 1
258-
#lto = "thin" # attempts to perform optimizations across all crates within the dependency graph
257+
codegen-units = 1
258+
lto = "thin" # attempts to perform optimizations across all crates within the dependency graph
259259

260260
[profile.release_debug]
261261
debug = "full"

0 commit comments

Comments
 (0)