mirror of
https://github.com/uutils/diffutils.git
synced 2026-05-06 06:06:45 -04:00
Cargo.toml: Simplify profiles
This commit is contained in:
+1
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user