Cargo.toml: Simplify profiles

This commit is contained in:
oech3
2026-03-08 03:02:50 +09:00
committed by Olivier Tilloy
parent c624dc489d
commit 5660d0eafb
+1 -5
View File
@@ -33,15 +33,11 @@ tempfile = "3.26.0"
[profile.release]
lto = "thin"
codegen-units = 1
[profile.release-fast]
inherits = "release"
panic = "abort"
# The profile that 'dist' will build with
# alias profile for 'dist'
[profile.dist]
inherits = "release"
lto = "thin"
[[bench]]
name = "bench_diffutils"