mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-07-04 13:44:07 +02:00
gnu: webkitgtk: Add a debug output.
* gnu/packages/webkit.scm[outputs]: Add a debug output.
This commit is contained in:
@@ -239,7 +239,7 @@ acceleration in mind, leveraging common 3D graphics APIs for best performance.")
|
||||
(patches (search-patches "webkitgtk-share-store.patch"
|
||||
"webkitgtk-bind-all-fonts.patch"))))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(outputs '("out" "doc" "debug"))
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
#:build-type "Release" ; turn off debugging symbols to save space
|
||||
|
||||
Reference in New Issue
Block a user