gnu: llvm: Build without debugging symbols.
* gnu/packages/llvm.scm (llvm)[arguments]: Add #:build-type.
This commit is contained in:
parent
3b956a3392
commit
0935fb271b
|
@ -57,7 +57,10 @@
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DCMAKE_SKIP_BUILD_RPATH=FALSE"
|
`(#:configure-flags '("-DCMAKE_SKIP_BUILD_RPATH=FALSE"
|
||||||
"-DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE"
|
"-DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE"
|
||||||
"-DLLVM_ENABLE_FFI:BOOL=TRUE")))
|
"-DLLVM_ENABLE_FFI:BOOL=TRUE")
|
||||||
|
|
||||||
|
;; Don't use '-g' during the build, to save space.
|
||||||
|
#:build-type "Release"))
|
||||||
(home-page "http://www.llvm.org")
|
(home-page "http://www.llvm.org")
|
||||||
(synopsis "Optimizing compiler infrastructure")
|
(synopsis "Optimizing compiler infrastructure")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue