~ruther/guix-local

94585e881f4b0346b4b9a402ef6f39cff5aadef7 — Ludovic Courtès 10 years ago fd6ae1b
gnu: clang: Build without debugging symbols.

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

M gnu/packages/llvm.scm
M gnu/packages/llvm.scm => gnu/packages/llvm.scm +3 -0
@@ 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