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