contrib: disable building secp256k1 exhaustive tests

This commit is contained in:
fanquake 2020-06-21 09:08:52 +08:00
parent 9f8cb568b9
commit 3cebbda5b1
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

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