We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183e2fd commit 9ec776aCopy full SHA for 9ec776a
configure.ac
@@ -1722,7 +1722,7 @@ CPPFLAGS="$CPPFLAGS_TEMP"
1722
if test -n "$use_sanitizers"; then
1723
export SECP_CFLAGS="$SECP_CFLAGS $SANITIZER_CFLAGS"
1724
fi
1725
-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"
1726
AC_CONFIG_SUBDIRS([src/secp256k1])
1727
1728
AC_OUTPUT
0 commit comments