Skip to content

Commit e4a41b2

Browse files
authored
Cargo.toml: Use cgu=4
1 parent 2cdc331 commit e4a41b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,10 +590,11 @@ required-features = ["uudoc"]
590590
[profile.release]
591591
lto = true
592592
panic = "abort"
593-
codegen-units = 1
593+
codegen-units = 4 # should be replaced by 1 without regression
594594

595595
[profile.release-fast]
596596
inherits = "release"
597+
codegen-units = 1
597598

598599
# A release-like profile that is as small as possible.
599600
[profile.release-small]

0 commit comments

Comments
 (0)