enable libsnark multicore
This commit is contained in:
parent
76adee1310
commit
6d03f9b9d1
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ fn main() {
|
|||
.define("USE_PT_COMPRESSION", "OFF")
|
||||
.define("MONTGOMERY_OUTPUT", "ON")
|
||||
.define("BINARY_OUTPUT", "ON")
|
||||
.define("DMULTICORE", "ON")
|
||||
.build();
|
||||
|
||||
// build backends
|
||||
|
|
Loading…
Reference in a new issue