mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: webkitgtk: Add a debug output.
* gnu/packages/webkit.scm[outputs]: Add a debug output.
This commit is contained in:
parent
a46b8bbfab
commit
d2fffa7986
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ (define-public webkitgtk
|
||||||
(patches (search-patches "webkitgtk-share-store.patch"
|
(patches (search-patches "webkitgtk-share-store.patch"
|
||||||
"webkitgtk-bind-all-fonts.patch"))))
|
"webkitgtk-bind-all-fonts.patch"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
#:build-type "Release" ; turn off debugging symbols to save space
|
#:build-type "Release" ; turn off debugging symbols to save space
|
||||||
|
|
Loading…
Reference in a new issue