mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: vinagre: Build with '-O2'.
* gnu/packages/gnome.scm (vinagre)[arguments]: Pass "-O2 -g".
This commit is contained in:
parent
9cfb0ef4d0
commit
9c1a5629e5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue