me
/
guix
Archived
1
0
Fork 0

gnu: srt: Disable code coverage checking.

* gnu/packages/networking.scm (srt)[arguments]: Remove
"-DENABLE_CODE_COVERAGE" from #:configure-flags.
master
Marius Bakke 2020-10-22 11:57:35 +02:00
parent f343c36dca
commit 3e09453884
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 2 deletions

View File

@ -332,8 +332,7 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.")
(string-append "-DCMAKE_INSTALL_INCLUDEDIR="
(assoc-ref %outputs "out") "/include")
"-DENABLE_STATIC=OFF"
"-DENABLE_UNITTESTS=ON"
"-DENABLE_CODE_COVERAGE=ON")))
"-DENABLE_UNITTESTS=ON")))
(native-inputs
`(("gtest" ,googletest)
("pkg-config" ,pkg-config)