me
/
guix
Archived
1
0
Fork 0

gnu: webkitgtk: Add a debug output.

* gnu/packages/webkit.scm[outputs]: Add a debug output.
master
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
1 changed files with 1 additions and 1 deletions

View File

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