Skip to content

Commit bf72b8a

Browse files
committed
build: disable libsecp256k1 benchmarks
These were previously disabled, but upstream changed to having benchmarks enabled by default in bitcoin-core/secp256k1#480 and we pulled that change as part of #15703.
1 parent e5fdda6 commit bf72b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ if test x$need_bundled_univalue = xyes; then
16251625
AC_CONFIG_SUBDIRS([src/univalue])
16261626
fi
16271627

1628-
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery --disable-jni"
1628+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --with-bignum=no --enable-module-recovery --disable-jni"
16291629
AC_CONFIG_SUBDIRS([src/secp256k1])
16301630

16311631
AC_OUTPUT

0 commit comments

Comments
 (0)