]> Git Repo - secp256k1.git/commitdiff
Keep LDFLAGS if `--coverage`
authorDesWurstes <[email protected]>
Mon, 25 Feb 2019 08:34:52 +0000 (11:34 +0300)
committerGitHub <[email protected]>
Mon, 25 Feb 2019 08:34:52 +0000 (11:34 +0300)
configure.ac

index 3b7a328c8af0acd9162152dccdb3ceb37f86358e..55e86a768a83bfb0dba4648e7a6b0343faa76aa3 100644 (file)
@@ -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
This page took 0.025372 seconds and 4 git commands to generate.