mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: rdma-core: Build as "RelWithDebInfo".
This allows users to use '--with-debug-info=rdma-core' and is otherwise equivalent to "Release". * gnu/packages/linux.scm (rdma-core)[arguments]: Remove #:build-type.
This commit is contained in:
parent
37e997bc78
commit
93af2ac871
1 changed files with 1 additions and 3 deletions
|
@ -5520,9 +5520,7 @@ (define-public rdma-core
|
|||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
;; Upstream uses the "ninja" build system and encourage distros
|
||||
;; to do the same for consistency. They also recommend using the
|
||||
;; "Release" build type.
|
||||
#:build-type "Release"
|
||||
;; to do the same for consistency.
|
||||
#:configure-flags (list "-GNinja"
|
||||
|
||||
(string-append "-DRST2MAN_EXECUTABLE="
|
||||
|
|
Loading…
Reference in a new issue