fix code coverage problem

This commit is contained in:
tripun 2014-07-24 21:30:57 +05:30
parent 511b17a21f
commit 54f8381e6a

2
acprep
View file

@ -763,7 +763,7 @@ class PrepareBuild(CommandLineApp):
self.LDFLAGS.append('-ftest-coverage')
if not self.options.compiler or self.options.compiler == "clang-3.1":
self.LDFLAGS.append('-lprofile_rt')
self.LDFLAGS.append('-lgcov')
def setup_flavor_gprof(self):
self.configure_args.append('-DBUILD_DEBUG=1')