Skip to content

Commit

Permalink
Keep LDFLAGS if --coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
DesWurstes committed Feb 25, 2019
1 parent 85d0e1b commit 310111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -156,7 +156,7 @@ AC_CHECK_TYPES([__int128])
if test x"$enable_coverage" = x"yes"; then
AC_DEFINE(COVERAGE, 1, [Define this symbol to compile out all VERIFY code])
CFLAGS="$CFLAGS -O0 --coverage"
LDFLAGS="--coverage"
LDFLAGS="$LDFLAGS --coverage"
else
CFLAGS="$CFLAGS -O3"
fi
Expand Down

0 comments on commit 310111e

Please sign in to comment.