git » libqmi.git » commit 4d5783b

fix flag

author Jan Alexander Steffens
2020-06-26 14:05:29 UTC
committer Jan Alexander Steffens
2020-06-26 14:05:29 UTC
parent 4480243a61084675f65b93eb4882a7cc34a22fb6

fix flag

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 94094d1..42d548b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
-    --enable-compile-warnings=minimum
+    --enable-compile-warnings=yes
   make
 }