Skip to content

Commit 9ac6156

Browse files
committed
chores(build): optimize deps for test builds
1 parent f3bb32e commit 9ac6156

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ ark-ff = { git = "https://github.com/openmina/algebra", branch = "openmina" }
4747
ark-ec = { git = "https://github.com/openmina/algebra", branch = "openmina" }
4848
ark-poly = { git = "https://github.com/openmina/algebra", branch = "openmina" }
4949
ark-serialize = { git = "https://github.com/openmina/algebra", branch = "openmina" }
50+
51+
[profile.test.package."*"]
52+
opt-level = 3
53+
debug-assertions = true
54+
overflow-checks = false

0 commit comments

Comments
 (0)