diff options
author | David Robillard <d@drobilla.net> | 2012-01-16 01:42:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-16 01:42:20 +0000 |
commit | eef326865f6a38ebea746555cb18021d10345e2d (patch) | |
tree | f99ce01b381cdcb14c8d4840c4f56859ce6075cc /wscript | |
parent | d67768c62c752d11f473bcb0c449e95044984ce7 (diff) | |
download | sord-eef326865f6a38ebea746555cb18021d10345e2d.tar.gz sord-eef326865f6a38ebea746555cb18021d10345e2d.tar.bz2 sord-eef326865f6a38ebea746555cb18021d10345e2d.zip |
Fix test suite compilation without gcov.
git-svn-id: http://svn.drobilla.net/sord/trunk@189 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -172,7 +172,7 @@ def build(bld): lib = test_libs, target = 'sordi_static', install_path = '', - cflags = [ '-fprofile-arcs', '-ftest-coverage' ]) + cflags = test_cflags, autowaf.use_lib(bld, obj, 'SERD') # C++ build test |