me
/
guix
Archived
1
0
Fork 0

gnu: gpredict: Build with '-O2'.

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

View File

@ -935,7 +935,7 @@ Mercator, Mollweide, Peters, polyconic, orthographic and rectangular.")
("goocanvas" ,goocanvas)
("gtk+" ,gtk+)))
(arguments
`(#:configure-flags '("CFLAGS=-fcommon")
`(#:configure-flags '("CFLAGS=-O2 -g -fcommon")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-tests