guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: w-scan: Build with '-O2'.


From: guix-commits
Subject: 08/09: gnu: w-scan: Build with '-O2'.
Date: Thu, 25 Nov 2021 09:29:24 -0500 (EST)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 67abcfaa677c9bd925d290bb27bc23ec31dbdd26
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 25 15:24:36 2021 +0100

    gnu: w-scan: Build with '-O2'.
    
    * gnu/packages/video.scm (w-scan)[arguments]: Pass "-O2 -g".
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 509c4fd..128a112 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5168,7 +5168,7 @@ on supporting video-on-demand and live encoding on Intel 
Xeon processors.")
         (base32 "1zkgnj2sfvckix360wwk1v5s43g69snm45m0drnzyv7hgf5g7q1q"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags '("CFLAGS=-fcommon")))
+     `(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
     (synopsis "Scan ATSC/DVB-C/DVB-S/DVB-T channels")
     (description
      "This is a small command line utility used to perform frequency scans for



reply via email to

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