1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

* gnu/packages/xorg.scm (uim-gtk)[arguments]: Pass "-O2 -g".
This commit is contained in:
Ludovic Courtès
2021-11-25 15:27:36 +01:00
parent 67abcfaa67
commit 612e38bd29

View File

@@ -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