Skip to content

Commit fb2c909

Browse files
oech3sylvestre
authored andcommitted
Cargo.toml: sync profile with coreutils
1 parent a71ea11 commit fb2c909

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ big-table = []
3939
# TODO: use the new cargo feature to override the num-bigint option
4040
big-int = ['num-bigint', 'num-modular/num-bigint', 'num-modular/num-traits', 'num-modular/num-integer']
4141

42+
[profile.release]
43+
lto = "fat"
44+
codegen-units = 1
45+
panic = "abort"
46+
4247
[workspace]
4348
members = [
4449
"bench",

0 commit comments

Comments
 (0)