Skip to content

Commit a057869

Browse files
committed
build: pass --with-ecmult-gen-kb=86 to secp256k1
1 parent f82a940 commit a057869

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
@@ -1816,7 +1816,7 @@ CPPFLAGS="$CPPFLAGS_TEMP"
18161816
if test -n "$use_sanitizers"; then
18171817
export SECP_CFLAGS="$SECP_CFLAGS $SANITIZER_CFLAGS"
18181818
fi
1819-
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh"
1819+
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-ecmult-gen-kb=86 --enable-benchmark=no --enable-module-recovery --disable-module-ecdh"
18201820
AC_CONFIG_SUBDIRS([src/secp256k1])
18211821

18221822
AC_OUTPUT

0 commit comments

Comments
 (0)