mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: llvm-julia: Overide build-type.
* gnu/packages/julia.scm (llvm-julia)[arguments]: Move CMAKE_BUILD_TYPE config from configure-flags to build-type.
This commit is contained in:
parent
6adea67cb0
commit
cc85829fb9
1 changed files with 2 additions and 3 deletions
|
@ -195,10 +195,9 @@
|
||||||
"llvm-11-D97435-AArch64-movaddrreg"
|
"llvm-11-D97435-AArch64-movaddrreg"
|
||||||
"llvm-11-D97571-AArch64-loh"
|
"llvm-11-D97571-AArch64-loh"
|
||||||
"llvm-11-aarch64-addrspace"))))))
|
"llvm-11-aarch64-addrspace"))))))
|
||||||
|
((#:build-type _) "Release")
|
||||||
((#:configure-flags flags)
|
((#:configure-flags flags)
|
||||||
`(list ;; Taken from NixOS. Only way I could get libLLVM-6.0.so
|
`(list
|
||||||
"-DCMAKE_BUILD_TYPE=Release"
|
|
||||||
|
|
||||||
;; Build a native compiler and the NVPTX backend (NVIDIA) since
|
;; Build a native compiler and the NVPTX backend (NVIDIA) since
|
||||||
;; Julia insists on it, nothing more. This reduces build times and
|
;; Julia insists on it, nothing more. This reduces build times and
|
||||||
;; disk usage.
|
;; disk usage.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue