gnu: qtbase: Provide debug symbols.
* gnu/packages/qt.scm (qtbase)[outputs]: Add "debug". [arguments]: Add "-force-debug-info" to configure flags.
This commit is contained in:
parent
08683393c3
commit
ab6fe9d362
1 changed files with 4 additions and 0 deletions
|
@ -368,6 +368,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
||||||
"zlib"))
|
"zlib"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(outputs '("out" "debug"))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("mesa" ,mesa)
|
`(("mesa" ,mesa)
|
||||||
;; Use which the package, not the function
|
;; Use which the package, not the function
|
||||||
|
@ -474,6 +475,9 @@ developers using C++ or QML, a CSS & JavaScript like language.")
|
||||||
"-opensource"
|
"-opensource"
|
||||||
"-confirm-license"
|
"-confirm-license"
|
||||||
|
|
||||||
|
;; Later stripped into the :debug output.
|
||||||
|
"-force-debug-info"
|
||||||
|
|
||||||
;; These features require higher versions of Linux than the
|
;; These features require higher versions of Linux than the
|
||||||
;; minimum version of the glibc. See
|
;; minimum version of the glibc. See
|
||||||
;; src/corelib/global/minimum-linux_p.h. By disabling these
|
;; src/corelib/global/minimum-linux_p.h. By disabling these
|
||||||
|
|
Reference in a new issue