Skip to content

Commit 310111e

Browse files
authored
Keep LDFLAGS if --coverage
1 parent 85d0e1b commit 310111e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ AC_CHECK_TYPES([__int128])
156156
if test x"$enable_coverage" = x"yes"; then
157157
AC_DEFINE(COVERAGE, 1, [Define this symbol to compile out all VERIFY code])
158158
CFLAGS="$CFLAGS -O0 --coverage"
159-
LDFLAGS="--coverage"
159+
LDFLAGS="$LDFLAGS --coverage"
160160
else
161161
CFLAGS="$CFLAGS -O3"
162162
fi

0 commit comments

Comments
 (0)