diff options
author | fanquake <fanquake@gmail.com> | 2019-08-09 11:12:37 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-08-09 11:12:51 +0800 |
commit | bf72b8a5551868433ae6fa1824915255f104b208 (patch) | |
tree | 68552bd82047c5a94038030e43505cbc61494683 /configure.ac | |
parent | e5fdda68c6d2313edb74443f0d1e6d2ce2d97f5e (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |