1
0

contrib: disable building secp256k1 exhaustive tests

This commit is contained in:
fanquake
2020-06-21 09:08:52 +08:00
parent 9f8cb568b9
commit 3cebbda5b1

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