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