gnu: webkitgtk: Add a debug output.

* gnu/packages/webkit.scm[outputs]: Add a debug output.
This commit is contained in:
Maxim Cournoyer 2021-10-17 05:12:11 -04:00
parent a46b8bbfab
commit d2fffa7986
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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