guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: geeqie: Build with '-O2'.


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

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

commit 02492e8a9b71ec9f39951eecdd8b0c9ddf1619c8
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 25 15:13:36 2021 +0100

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

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index d1d6e29..d750458 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -315,7 +315,7 @@ actions.")
     (build-system gnu-build-system)
     (arguments
      ;; Enable support for a "map" pane using GPS data.
-     `(#:configure-flags '("CFLAGS=-fcommon"
+     `(#:configure-flags '("CFLAGS=-O2 -g -fcommon"
                            "--enable-map"
                            "--enable-gtk3")
        #:phases (modify-phases %standard-phases



reply via email to

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