From 93af2ac871addc7755ea542928124d416f1a0361 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 1 Feb 2021 12:41:57 +0100 Subject: 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. --- gnu/packages/linux.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f22564a35b..1d68229281 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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=" -- cgit v1.2.3