Cargo.toml sync 2 profiles with other uutils

This commit is contained in:
E
2025-10-29 23:13:16 +09:00
committed by Olivier Tilloy
parent 30b6bd2523
commit 15473edcd7
+6 -3
View File
@@ -28,7 +28,10 @@ assert_cmd = "2.0.14"
predicates = "3.1.0"
tempfile = "3.10.1"
# The profile that 'cargo dist' will build with
[profile.dist]
inherits = "release"
[profile.release]
lto = "thin"
codegen-units = 1
[profile.release-fast]
inherits = "release"
panic = "abort"