We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1996ac2 + 77e1abd commit 5ed30bdCopy full SHA for 5ed30bd
Cargo.toml
@@ -118,19 +118,14 @@ lto = true
118
[profile.release-fast]
119
inherits = "release"
120
panic = "abort"
121
-codegen-units = 1
+codegen-units = 1 # should be moved to release without regression
122
123
# A release-like profile that is as small as possible.
124
[profile.release-small]
125
inherits = "release-fast"
126
opt-level = "z"
127
strip = true
128
129
-# The profile that 'cargo dist' will build with
130
-[profile.dist]
131
-inherits = "release"
132
-lto = "thin"
133
-
134
[lints.clippy]
135
default_trait_access = "warn"
136
manual_string_new = "warn"
0 commit comments