From bf72b8a5551868433ae6fa1824915255f104b208 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 9 Aug 2019 11:12:37 +0800 Subject: build: disable libsecp256k1 benchmarks These were previously disabled, but upstream changed to having benchmarks enabled by default in https://github.com/bitcoin-core/secp256k1/pull/480 and we pulled that change as part of #15703. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 118d52d423..35b50ead44 100644 --- a/configure.ac +++ b/configure.ac @@ -1625,7 +1625,7 @@ if test x$need_bundled_univalue = xyes; then AC_CONFIG_SUBDIRS([src/univalue]) fi -ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni" +ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --with-bignum=no --enable-module-recovery --disable-jni" AC_CONFIG_SUBDIRS([src/secp256k1]) AC_OUTPUT -- cgit v1.2.3