diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-28 01:34:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-28 01:34:11 +0000 |
| commit | b439dfdad90912c52966977698c320e2b547372a (patch) | |
| tree | 275a46a254412d70389a6303d90339bf94b11aac /test/wscript | |
| parent | e6ed1933ab493704f972435f6526bd715c15cd70 (diff) | |
Fix build of gcov stuff.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript index dbbb51d5..28248eb4 100644 --- a/test/wscript +++ b/test/wscript @@ -49,6 +49,7 @@ def build(bld): """ obj.target = 'tests' obj.install_path = '' + obj.cppflags = ['-fprofile-arcs', '-ftest-coverage', '-fno-inline', '-fno-default-inline', '-fno-elide-constructors', '-g', '-O0'] obj = bld(features='cxx cxxprogram') obj.name = 'subs_in_out' |
