Skip to content

Commit 5ee9516

Browse files
authored
Cargo.toml: Simplify profiles
1 parent f824880 commit 5ee9516

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,8 @@ 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
42-
[profile.dist]
43-
inherits = "release"
44-
lto = "thin"
45-
4638
[[bench]]
4739
name = "bench_diffutils"
4840
path = "benches/bench-diffutils.rs"

0 commit comments

Comments
 (0)