Skip to content

Commit 5ed30bd

Browse files
authored
Merge pull request #226 from oech3/patch-1
Cargo.toml: Remove non standard profile
2 parents 1996ac2 + 77e1abd commit 5ed30bd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,14 @@ lto = true
118118
[profile.release-fast]
119119
inherits = "release"
120120
panic = "abort"
121-
codegen-units = 1
121+
codegen-units = 1 # should be moved to release without regression
122122

123123
# A release-like profile that is as small as possible.
124124
[profile.release-small]
125125
inherits = "release-fast"
126126
opt-level = "z"
127127
strip = true
128128

129-
# The profile that 'cargo dist' will build with
130-
[profile.dist]
131-
inherits = "release"
132-
lto = "thin"
133-
134129
[lints.clippy]
135130
default_trait_access = "warn"
136131
manual_string_new = "warn"

0 commit comments

Comments
 (0)