Date: Thursday, March 2, 2017 @ 20:55:59
Author: heftig
Revision: 289896
--buildtype=release
Modified:
graphene/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-02 20:48:06 UTC (rev 289895)
+++ PKGBUILD 2017-03-02 20:55:59 UTC (rev 289896)
@@ -27,7 +27,7 @@
build() {
cd build
export LANG=en_US.UTF-8
- meson --prefix=/usr --buildtype=plain ../$pkgname --libexecdir=/usr/lib
-Denable-gtk-doc=true
+ meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib
-Denable-gtk-doc=true
ninja
}