guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: vinagre: Build with '-O2'.


From: guix-commits
Subject: 03/09: gnu: vinagre: Build with '-O2'.
Date: Thu, 25 Nov 2021 09:29:22 -0500 (EST)

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

commit 9c1a5629e57b62f9b7da7c77e35b6ae86bd63c84
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 25 15:08:51 2021 +0100

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8638c64..332f55c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4581,7 +4581,7 @@ selection and URL hints.")))
      ;; Disable -Werror and such, to avoid build failures on compilation
      ;; warnings.
      '(#:configure-flags '("--enable-compile-warnings=minimum"
-                           "CFLAGS=-fcommon")
+                           "CFLAGS=-O2 -g -fcommon")
        #:phases
        (modify-phases %standard-phases
          (add-before 'install 'skip-gtk-update-icon-cache



reply via email to

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