Skip to content

Commit 9ec776a

Browse files
committed
Revert "build: pass --with-ecmult-gen-kb=86 to secp256k1"
This reverts commit a057869.
1 parent 183e2fd commit 9ec776a

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
@@ -1722,7 +1722,7 @@ CPPFLAGS="$CPPFLAGS_TEMP"
17221722
if test -n "$use_sanitizers"; then
17231723
export SECP_CFLAGS="$SECP_CFLAGS $SANITIZER_CFLAGS"
17241724
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"
1725+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh"
17261726
AC_CONFIG_SUBDIRS([src/secp256k1])
17271727

17281728
AC_OUTPUT

0 commit comments

Comments
 (0)