gnu: geeqie: Build with '-O2'.
* gnu/packages/image-viewers.scm (geeqie)[arguments]: Pass "-O2 -g".master
parent
fd530e5706
commit
02492e8a9b
|
@ -315,7 +315,7 @@ actions.")
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Enable support for a "map" pane using GPS data.
|
||||
`(#:configure-flags '("CFLAGS=-fcommon"
|
||||
`(#:configure-flags '("CFLAGS=-O2 -g -fcommon"
|
||||
"--enable-map"
|
||||
"--enable-gtk3")
|
||||
#:phases (modify-phases %standard-phases
|
||||
|
|
Reference in New Issue