Skip to content

Commit

Permalink
Merge pull request #13435 from YaqiWang/libmesh_libs_gcov
Browse files Browse the repository at this point in the history
A small patch to make the hack in Rattlesnake makefile work properly
  • Loading branch information
permcody committed May 21, 2019
2 parents c1d4f64 + cdd1d1c commit ee22d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/build.mk
Expand Up @@ -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

Expand Down

0 comments on commit ee22d5d

Please sign in to comment.