forked from premiere/premiere-libtorrent
when building with test-coverage on, gcov is now linked in and asserts are disabled
This commit is contained in:
parent
a8562a9f19
commit
3500fe3be4
3
Jamfile
3
Jamfile
|
@ -74,7 +74,8 @@ rule linking ( properties * )
|
|||
&& ( <toolset>gcc in $(properties)
|
||||
|| <toolset>darwin in $(properties) )
|
||||
{
|
||||
result += <cxxflags>-fprofile-arcs <cxxflags>-ftest-coverage ;
|
||||
result += <cxxflags>-fprofile-arcs <cxxflags>-ftest-coverage
|
||||
<linkflags>-lgcov <define>NDEBUG ;
|
||||
}
|
||||
|
||||
# clock_gettime on linux requires librt
|
||||
|
|
Loading…
Reference in New Issue