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.
This commit is contained in:
fanquake 2019-08-09 11:12:37 +08:00
parent e5fdda68c6
commit bf72b8a555
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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