diff options
author | fanquake <fanquake@gmail.com> | 2024-05-18 11:12:25 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-05-18 11:12:25 +0800 |
commit | a057869aa3c42457570765966cb66accb2375b13 (patch) | |
tree | 33c6700906e348b990bdc532075fcf181fe4f603 | |
parent | f82a940bbfda2622d01e581187b7ba10b4a66a55 (diff) |
build: pass --with-ecmult-gen-kb=86 to secp256k1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dfb7b99756..3addd31029 100644 --- a/configure.ac +++ b/configure.ac @@ -1816,7 +1816,7 @@ CPPFLAGS="$CPPFLAGS_TEMP" if test -n "$use_sanitizers"; then export SECP_CFLAGS="$SECP_CFLAGS $SANITIZER_CFLAGS" fi -ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh" +ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-ecmult-gen-kb=86 --enable-benchmark=no --enable-module-recovery --disable-module-ecdh" AC_CONFIG_SUBDIRS([src/secp256k1]) AC_OUTPUT |