Skip to content

Commit 166195a

Browse files
authored
Cargo.toml: Reduce codegen-units at release
1 parent a7e4e91 commit 166195a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ required-features = ["uudoc"]
590590
[profile.release]
591591
lto = true
592592
panic = "abort"
593+
codegen-units = 8 # not 1 because https://github.com/rust-lang/rust/issues/148670
593594

594595
[profile.release-fast]
595596
inherits = "release"

0 commit comments

Comments
 (0)