guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: transcode: Build with '-O2'.


From: guix-commits
Subject: 07/09: gnu: transcode: 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 4dc3c32649833125e5e9e09cfde046cf8f01c29d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 25 15:22:55 2021 +0100

    gnu: transcode: Build with '-O2'.
    
    * gnu/packages/video.scm (transcode)[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 4f27bdb..509c4fd 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -209,7 +209,7 @@
     (arguments
      `(#:configure-flags
        (list
-        "CFLAGS=-fcommon"
+        "CFLAGS=-O2 -g -fcommon"
         ;; XXX: Broken API.
         ;; Undeclared variables 'sys_nerr' and 'sys_errlist'.
         ;; "--enable-libv4l2"



reply via email to

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