build-system/meson: Enable compiler optimizations.

* guix/build-system/meson.scm (meson-build)[#:build-type]: Set to 'debugoptimized'.
master
Marius Bakke 2019-07-07 19:14:04 +02:00
parent f7e25e2ec7
commit c43b090326
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
(outputs '("out"))
(configure-flags ''())
(search-paths '())
(build-type "plain")
(build-type "debugoptimized")
(tests? #t)
(test-target "test")
(glib-or-gtk? #f)