We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2717766 + 8a9e9a2 commit c0b1d74Copy full SHA for c0b1d74
Cargo.toml
@@ -101,18 +101,17 @@ required-features = ["uudoc"]
101
# release profile), the debug info and the stack traces will still be available.
102
[profile.release]
103
lto = true
104
+codegen-units = 1
105
106
# A release-like profile that is tuned to be fast, even when being fast
107
# compromises on binary size. This includes aborting on panic.
108
[profile.release-fast]
109
inherits = "release"
110
panic = "abort"
-codegen-units = 1
111
112
# A release-like profile that is as small as possible.
113
[profile.release-small]
114
115
opt-level = "z"
116
117
118
strip = true
0 commit comments