gnu: mesa: Use the "release" Meson build type.
* gnu/packages/gl.scm (mesa)[arguments]: Add <#:build-type>.
This commit is contained in:
parent
f826ac4704
commit
6fe808f4c3
|
@ -331,6 +331,11 @@ also known as DXTn or DXTC) for Mesa.")
|
||||||
"-Dllvm=true")) ; default is x86/x86_64 only
|
"-Dllvm=true")) ; default is x86/x86_64 only
|
||||||
(_
|
(_
|
||||||
'("-Ddri-drivers=nouveau,r200,r100"))))
|
'("-Ddri-drivers=nouveau,r200,r100"))))
|
||||||
|
|
||||||
|
;; XXX: 'debugoptimized' causes LTO link failures on some drivers. The
|
||||||
|
;; documentation recommends using 'release' for performance anyway.
|
||||||
|
#:build-type "release"
|
||||||
|
|
||||||
#:modules ((ice-9 match)
|
#:modules ((ice-9 match)
|
||||||
(srfi srfi-1)
|
(srfi srfi-1)
|
||||||
(guix build utils)
|
(guix build utils)
|
||||||
|
|
Loading…
Reference in New Issue