From 9c1a5629e57b62f9b7da7c77e35b6ae86bd63c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 25 Nov 2021 15:08:51 +0100 Subject: [PATCH] gnu: vinagre: Build with '-O2'. * gnu/packages/gnome.scm (vinagre)[arguments]: Pass "-O2 -g". --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8638c644e2..332f55ce41 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4581,7 +4581,7 @@ (define-public vinagre ;; Disable -Werror and such, to avoid build failures on compilation ;; warnings. '(#:configure-flags '("--enable-compile-warnings=minimum" - "CFLAGS=-fcommon") + "CFLAGS=-O2 -g -fcommon") #:phases (modify-phases %standard-phases (add-before 'install 'skip-gtk-update-icon-cache