fix code coverage problem
This commit is contained in:
parent
511b17a21f
commit
54f8381e6a
1 changed files with 1 additions and 1 deletions
2
acprep
2
acprep
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue