me
/
guix
Archived
1
0
Fork 0

gnu: geeqie: Build with '-O2'.

* gnu/packages/image-viewers.scm (geeqie)[arguments]: Pass "-O2 -g".
master
Ludovic Courtès 2021-11-25 15:13:36 +01:00
parent fd530e5706
commit 02492e8a9b
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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