Skip to content

Commit 5660d0e

Browse files
oech3oSoMoN
authored andcommitted
Cargo.toml: Simplify profiles
1 parent c624dc4 commit 5660d0e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,11 @@ tempfile = "3.26.0"
3333
[profile.release]
3434
lto = "thin"
3535
codegen-units = 1
36-
37-
[profile.release-fast]
38-
inherits = "release"
3936
panic = "abort"
4037

41-
# The profile that 'dist' will build with
38+
# alias profile for 'dist'
4239
[profile.dist]
4340
inherits = "release"
44-
lto = "thin"
4541

4642
[[bench]]
4743
name = "bench_diffutils"

0 commit comments

Comments
 (0)