guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: rdma-core: Build as "RelWithDebInfo".


From: guix-commits
Subject: 02/02: gnu: rdma-core: Build as "RelWithDebInfo".
Date: Mon, 1 Feb 2021 06:51:22 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 93af2ac871addc7755ea542928124d416f1a0361
Author: Ludovic Courtès <ludovic.courtes@inria.fr>
AuthorDate: Mon Feb 1 12:41:57 2021 +0100

    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 f22564a..1d68229 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5520,9 +5520,7 @@ The package provides additional NTFS tools.")
     (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="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]