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 f82a940 commit a057869Copy full SHA for a057869
configure.ac
@@ -1816,7 +1816,7 @@ CPPFLAGS="$CPPFLAGS_TEMP"
1816
if test -n "$use_sanitizers"; then
1817
export SECP_CFLAGS="$SECP_CFLAGS $SANITIZER_CFLAGS"
1818
fi
1819
-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"
1820
AC_CONFIG_SUBDIRS([src/secp256k1])
1821
1822
AC_OUTPUT
0 commit comments