ci: Remove STATICPRECOMPUTATION

This has been overlooked in #988.
This commit is contained in:
Tim Ruffing
2021-12-15 14:03:11 +01:00
parent 10461d8bd3
commit 26a022a3a0
2 changed files with 1 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ valgrind --version || true
./configure \
--enable-experimental="$EXPERIMENTAL" \
--with-test-override-wide-multiply="$WIDEMUL" --with-asm="$ASM" \
--enable-ecmult-static-precomputation="$STATICPRECOMPUTATION" --with-ecmult-gen-precision="$ECMULTGENPRECISION" \
--with-ecmult-gen-precision="$ECMULTGENPRECISION" \
--enable-module-ecdh="$ECDH" --enable-module-recovery="$RECOVERY" \
--enable-module-schnorrsig="$SCHNORRSIG" \
--with-valgrind="$WITH_VALGRIND" \