We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71ea11 commit 01530aeCopy full SHA for 01530ae
1 file changed
Cargo.toml
@@ -39,6 +39,10 @@ big-table = []
39
# TODO: use the new cargo feature to override the num-bigint option
40
big-int = ['num-bigint', 'num-modular/num-bigint', 'num-modular/num-traits', 'num-modular/num-integer']
41
42
+[profile.release]
43
+lto = true
44
+codegen-units = 1
45
+
46
[workspace]
47
members = [
48
"bench",
0 commit comments