Skip to content

Commit 5854fdd

Browse files
authored
perf: add thin lto (#70)
1 parent 7ec681e commit 5854fdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ multilinear-toolkit.workspace = true
122122
criterion = { version = "0.7", default-features = false, features = ["cargo_bench_support"] }
123123
rec_aggregation.workspace = true
124124

125+
[profile.release]
126+
lto = "thin"
127+
125128
[[bench]]
126129
name = "poseidon2"
127130
harness = false

0 commit comments

Comments
 (0)