Browse Source

contrib: disable building secp256k1 benchmarks

bip39-recovery
fanquake 5 years ago
parent
commit
9f8cb568b9
No known key found for this signature in database GPG Key ID: 2EEB9F5CC09526C1
  1. 1
      contrib/make_libsecp256k1.sh

1
contrib/make_libsecp256k1.sh

@ -49,6 +49,7 @@ info "Building $pkgname..."
--enable-module-recovery \ --enable-module-recovery \
--enable-experimental \ --enable-experimental \
--enable-module-ecdh \ --enable-module-ecdh \
--disable-benchmark \
--disable-tests \ --disable-tests \
--disable-static \ --disable-static \
--enable-shared || fail "Could not configure $pkgname. Please make sure you have a C compiler installed and try again." --enable-shared || fail "Could not configure $pkgname. Please make sure you have a C compiler installed and try again."

Loading…
Cancel
Save