From 612e38bd29a42409cd6030d745ead844509e8c6e Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 25 Nov 2021 15:27:36 +0100 Subject: 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(-) (limited to 'gnu/packages/xorg.scm') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 010917dbe2..410fef639b 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 -- cgit v1.2.3