From cdd1d1ca01b28ef3ad2fe43ae8c09ea4f2920042 Mon Sep 17 00:00:00 2001 From: Yaqi Wang Date: Fri, 17 May 2019 14:06:49 -0600 Subject: [PATCH] a small patch to make the hack in Rattlesnake make file work properly #13434 --- framework/build.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/build.mk b/framework/build.mk index 2d54e69fb66e..62a0b44733f4 100644 --- a/framework/build.mk +++ b/framework/build.mk @@ -224,6 +224,7 @@ ifeq ($(coverage),true) libmesh_CXXFLAGS += -fprofile-arcs -ftest-coverage ifeq (,$(findstring clang++,$(cxx_compiler))) libmesh_LDFLAGS += -lgcov + libmesh_LIBS += -lgcov endif endif