diff options
author | Artyom Bologov <mail@aartaka.me> | 2024-09-05 23:24:28 +0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-10-01 17:42:37 +0200 |
commit | e1ff450179b824abff0b268fef33ad7b1bd13c57 (patch) | |
tree | 7ab0b48dc84d6dc9ace22bc7ccdfd169e11a4d92 | |
parent | e92516d900927bf8efceecc161c78f03785ded71 (diff) |
gnu: gsl: Add debug output.
* gnu/packages/maths.scm (gsl)[outputs]: Add "debug".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 03fa4d2fae..7eda740b3b 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -725,7 +725,7 @@ precision floating point numbers.") (sha256 (base32 "0jxkxrnpys2j3rh8bzx0bmnh4w6xm28jd57rgxsjp0s863agpc6w")))) - (outputs '("out" "static")) + (outputs '("out" "static" "debug")) (build-system gnu-build-system) (arguments (list ;; FIXME: Setting CFLAGS=-fPIC is not only unnecessary, it's also |