guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: clang: Build without debugging symbols.


From: Ludovic Courtès
Subject: 04/04: gnu: clang: Build without debugging symbols.
Date: Fri, 19 Jun 2015 15:24:16 +0000

civodul pushed a commit to branch master
in repository guix.

commit 94585e881f4b0346b4b9a402ef6f39cff5aadef7
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jun 19 17:21:53 2015 +0200

    gnu: clang: Build without debugging symbols.
    
    * gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add #:build-type.
---
 gnu/packages/llvm.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 1755f9c..47710e6 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -113,6 +113,9 @@ tools as well as libraries with equivalent functionality.")
                             (assoc-ref %build-inputs "libc")
                             "/include"))
 
+       ;; Don't use '-g' during the build to save space.
+       #:build-type "Release"
+
        #:phases (modify-phases %standard-phases
                   (add-after
                    'unpack 'set-glibc-file-names



reply via email to

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