guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: uim-gtk: Build with '-O2'.


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

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

commit 612e38bd29a42409cd6030d745ead844509e8c6e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 25 15:27:36 2021 +0100

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

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 010917d..410fef6 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6682,7 +6682,7 @@ and embedded platforms.")
     (arguments
      (substitute-keyword-arguments (package-arguments uim)
        ((#:configure-flags configure-flags)
-        (append configure-flags (list "CFLAGS=-fcommon")))))
+        (append configure-flags (list "CFLAGS=-O2 -g -fcommon")))))
     (synopsis "Multilingual input method framework (GTK+ support)")))
 
 (define-public uim-qt



reply via email to

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