me
/
guix
Archived
1
0
Fork 0

gnu: vinagre: Build with '-O2'.

* gnu/packages/gnome.scm (vinagre)[arguments]: Pass "-O2 -g".
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -4581,7 +4581,7 @@ selection and URL hints.")))
;; 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