mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cmake: Enable debugging information.
* gnu/packages/cmake.scm (cmake)[arguments]: Set #:build-type.
This commit is contained in:
parent
11f4d87756
commit
28ba01aec6
1 changed files with 4 additions and 0 deletions
|
@ -300,6 +300,10 @@ (define-public cmake
|
|||
(if (%current-target-system)
|
||||
cmake-minimal-cross
|
||||
cmake-minimal))
|
||||
|
||||
;; Enable debugging information for convenience.
|
||||
((#:build-type _ #f) "RelWithDebInfo")
|
||||
|
||||
((#:configure-flags flags ''())
|
||||
`(append (list "-DSPHINX_INFO=ON" "-DSPHINX_MAN=ON" "-DSPHINX_HTML=ON"
|
||||
(string-append "-DCMAKE_DOC_DIR=share/doc/cmake-"
|
||||
|
|
Loading…
Reference in a new issue