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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user