guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: qtbase: Provide debug symbols.


From: guix-commits
Subject: branch staging updated: gnu: qtbase: Provide debug symbols.
Date: Tue, 04 Aug 2020 20:16:57 -0400

This is an automated email from the git hooks/post-receive script.

niedzejkob pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new ab6fe9d  gnu: qtbase: Provide debug symbols.
ab6fe9d is described below

commit ab6fe9d362046231ad6f46eccfd1ea2c9c80b401
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Sat Jul 25 23:05:33 2020 +0200

    gnu: qtbase: Provide debug symbols.
    
    * gnu/packages/qt.scm (qtbase)[outputs]: Add "debug".
    [arguments]: Add "-force-debug-info" to configure flags.
---
 gnu/packages/qt.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 949d56d..ee903ec 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -368,6 +368,7 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
                                   "zlib"))
                   #t)))))
     (build-system gnu-build-system)
+    (outputs '("out" "debug"))
     (propagated-inputs
      `(("mesa" ,mesa)
        ;; Use which the package, not the function
@@ -474,6 +475,9 @@ developers using C++ or QML, a CSS & JavaScript like 
language.")
                  "-opensource"
                  "-confirm-license"
 
+                 ;; Later stripped into the :debug output.
+                 "-force-debug-info"
+
                  ;; These features require higher versions of Linux than the
                  ;; minimum version of the glibc.  See
                  ;; src/corelib/global/minimum-linux_p.h.  By disabling these



reply via email to

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