Revert "build: pass --with-ecmult-gen-kb=86 to secp256k1"

This reverts commit a057869aa3.
This commit is contained in:
fanquake 2024-08-02 11:33:07 +01:00
parent 183e2fd6b5
commit 9ec776adff
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -1722,7 +1722,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 --with-ecmult-gen-kb=86 --enable-benchmark=no --enable-module-recovery --disable-module-ecdh"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh"
AC_CONFIG_SUBDIRS([src/secp256k1])
AC_OUTPUT