mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: clang: Build without debugging symbols.
* gnu/packages/llvm.scm (clang-from-llvm)[arguments]: Add #:build-type.
This commit is contained in:
parent
fd6ae1b983
commit
94585e881f
1 changed files with 3 additions and 0 deletions
|
@ -113,6 +113,9 @@ (define (clang-from-llvm llvm hash)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue