diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm index 815785e82d..b3d8992b54 100644 --- a/gnu/packages/julia.scm +++ b/gnu/packages/julia.scm @@ -195,10 +195,9 @@ "llvm-11-D97435-AArch64-movaddrreg" "llvm-11-D97571-AArch64-loh" "llvm-11-aarch64-addrspace")))))) + ((#:build-type _) "Release") ((#:configure-flags flags) - `(list ;; Taken from NixOS. Only way I could get libLLVM-6.0.so - "-DCMAKE_BUILD_TYPE=Release" - + `(list ;; Build a native compiler and the NVPTX backend (NVIDIA) since ;; Julia insists on it, nothing more. This reduces build times and ;; disk usage. |