gnu: vinagre: Build with '-O2'.

* gnu/packages/gnome.scm (vinagre)[arguments]: Pass "-O2 -g".
This commit is contained in:
Ludovic Courtès 2021-11-25 15:08:51 +01:00
parent 9cfb0ef4d0
commit 9c1a5629e5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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