guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: srt: Disable code coverage checking.


From: guix-commits
Subject: 09/09: gnu: srt: Disable code coverage checking.
Date: Thu, 22 Oct 2020 12:49:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 3e09453884efa82ef97b8ec6e34470c67a1206a7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Oct 22 11:57:35 2020 +0200

    gnu: srt: Disable code coverage checking.
    
    * gnu/packages/networking.scm (srt)[arguments]: Remove
    "-DENABLE_CODE_COVERAGE" from #:configure-flags.
---
 gnu/packages/networking.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 02a1121..d3f3153 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]