Browse Source

contrib: disable building secp256k1 exhaustive tests

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

1
contrib/make_libsecp256k1.sh

@ -51,6 +51,7 @@ info "Building $pkgname..."
--enable-module-ecdh \ --enable-module-ecdh \
--disable-benchmark \ --disable-benchmark \
--disable-tests \ --disable-tests \
--disable-exhaustive-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."
fi fi

Loading…
Cancel
Save