Skip to content

Commit 3949c97

Browse files
committed
chore: reduce codegen units to 1
1 parent 6ec663b commit 3949c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ opt-level = 0
3838

3939
[profile.release]
4040
incremental = false
41-
codegen-units = 3
41+
codegen-units = 1
4242
strip = "none"
4343
split-debuginfo = "off"
4444
overflow-checks = true

0 commit comments

Comments
 (0)