Skip to content

Commit 2b55305

Browse files
committed
General improvements
1 parent 2d78f6b commit 2b55305

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[void myfunc() {__builtin_expect(0,0);}]])],
162162
if test x"$enable_coverage" = x"yes"; then
163163
AC_DEFINE(COVERAGE, 1, [Define this symbol to compile out all VERIFY code])
164164
CFLAGS="$CFLAGS -O0 --coverage"
165-
LDFLAGS="--coverage"
165+
LDFLAGS="$LDFLAGS --coverage"
166166
else
167167
CFLAGS="$CFLAGS -O3"
168168
fi

src/basic-config.h

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#ifdef USE_BASIC_CONFIG
1111

1212
#undef USE_ASM_X86_64
13+
#undef USE_ECMULT_STATIC_PRECOMPUTATION
1314
#undef USE_ENDOMORPHISM
1415
#undef USE_FIELD_10X26
1516
#undef USE_FIELD_5X52

0 commit comments

Comments
 (0)