Skip to content

Commit 01530ae

Browse files
committed
Cargo.toml: use same cgu=1 for benchmark
1 parent a71ea11 commit 01530ae

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ 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 = true
44+
codegen-units = 1
45+
4246
[workspace]
4347
members = [
4448
"bench",

0 commit comments

Comments
 (0)