We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--coverage
1 parent 85d0e1b commit 310111eCopy full SHA for 310111e
configure.ac
@@ -156,7 +156,7 @@ AC_CHECK_TYPES([__int128])
156
if test x"$enable_coverage" = x"yes"; then
157
AC_DEFINE(COVERAGE, 1, [Define this symbol to compile out all VERIFY code])
158
CFLAGS="$CFLAGS -O0 --coverage"
159
- LDFLAGS="--coverage"
+ LDFLAGS="$LDFLAGS --coverage"
160
else
161
CFLAGS="$CFLAGS -O3"
162
fi
0 commit comments