Cargo.toml: sync profile with coreutils

This commit is contained in:
oech3
2026-05-09 11:00:10 +02:00
committed by Sylvestre Ledru
parent a71ea11902
commit fb2c909375
+5
View File
@@ -39,6 +39,11 @@ big-table = []
# TODO: use the new cargo feature to override the num-bigint option
big-int = ['num-bigint', 'num-modular/num-bigint', 'num-modular/num-traits', 'num-modular/num-integer']
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"
[workspace]
members = [
"bench",