Archived
1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

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