Skip to content

Commit 45de29e

Browse files
authored
Merge pull request #245 from oech3/patch-1
Cargo.toml: codegen-units = 1
2 parents 99919da + bf4f737 commit 45de29e

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
@@ -107,6 +107,7 @@ required-features = ["uudoc"]
107107
# release profile), the debug info and the stack traces will still be available.
108108
[profile.release]
109109
lto = true
110+
codegen-units = 1
110111

111112
# A release-like profile that is tuned to be fast, even when being fast
112113
# compromises on binary size. This includes aborting on panic.

0 commit comments

Comments
 (0)