mirror of
https://github.com/uutils/num-prime.git
synced 2026-06-10 16:12:35 -07:00
Cargo.toml: sync profile with coreutils
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user