Enable MULTICORE proving behavior with omp.

This commit is contained in:
Sean Bowe
2016-05-25 11:19:13 -06:00
parent 8ff7c0752e
commit e6c2d66c93
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ define $(package)_preprocess_cmds
endef
define $(package)_build_cmds
CXXFLAGS="-fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1" $(MAKE) lib DEPINST=$(host_prefix) CURVE=ALT_BN128 NO_PROCPS=1 NO_GTEST=1 NO_DOCS=1 STATIC=1 NO_SUPERCOP=1
CXXFLAGS="-fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1" $(MAKE) lib DEPINST=$(host_prefix) CURVE=ALT_BN128 MULTICORE=1 NO_PROCPS=1 NO_GTEST=1 NO_DOCS=1 STATIC=1 NO_SUPERCOP=1
endef
define $(package)_stage_cmds