gnu: uim-gtk: Build with '-O2'.
* gnu/packages/xorg.scm (uim-gtk)[arguments]: Pass "-O2 -g".
This commit is contained in:
parent
67abcfaa67
commit
612e38bd29
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue