guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/22: gnu: mesa: Use the "release" Meson build type.


From: guix-commits
Subject: 18/22: gnu: mesa: Use the "release" Meson build type.
Date: Sun, 7 Jul 2019 19:04:44 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 6fe808f4c3272cbf5329054aacfb1bafc302c4bc
Author: Marius Bakke <address@hidden>
Date:   Sun Jul 7 22:05:34 2019 +0200

    gnu: mesa: Use the "release" Meson build type.
    
    * gnu/packages/gl.scm (mesa)[arguments]: Add <#:build-type>.
---
 gnu/packages/gl.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 9ed043c..f615ebd 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -331,6 +331,11 @@ also known as DXTn or DXTC) for Mesa.")
                 "-Dllvm=true"))         ; default is x86/x86_64 only
              (_
               '("-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)
                   (srfi srfi-1)
                   (guix build utils)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]