gnu: gpredict: Build with '-O2'.
* gnu/packages/astronomy.scm (gpredict)[arguments]: Pass "-O2 -g".
This commit is contained in:
parent
9c1a5629e5
commit
fd530e5706
1 changed files with 1 additions and 1 deletions
|
@ -935,7 +935,7 @@ (define-public gpredict
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue