summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-03-14 15:58:53 +0100
committerCayetano Santos <csantosb@inventati.org>2026-03-15 10:57:16 +0100
commit5533b916cb433a224055139dae06d47969844fb6 (patch)
treed31ce1929eafd5573125f1cd6948917ab57ef629 /gnu
parentc2b8e60f065d76ecec7815fd7558bbb9d39b99df (diff)
gnu: stiff: Compile with optimizations and debugging symbols.
This is a followup to a2cfd46081. See <https://codeberg.org/guix/guix/pulls/7035#issuecomment-11634022>. * gnu/packages/astronomy.scm (stiff): Add default configure flags. [arguments]<#:configure-flags>: Add `-O2 -g`. Merges guix/guix!7152 Change-Id: I8f819845793b63e2a9be59ffcd502fb29ea8ef9b Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b57f4a79b68..9fb8cc4763a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11807,7 +11807,7 @@ objects.")
(build-system gnu-build-system)
(arguments
(list #:configure-flags
- #~(list "CFLAGS=-fcommon")))
+ #~(list "CFLAGS=-O2 -g -fcommon")))
(inputs
(list libtiff zlib libjpeg-turbo))
(home-page "https://www.astromatic.net/software/stiff/")