git » libmbim.git » commit 3634c1c

fix flag

author Jan Alexander Steffens
2020-06-26 14:05:39 UTC
committer Jan Alexander Steffens
2020-06-26 14:05:39 UTC
parent 4ae01a88344f9f3f2cb69347c26ad05d3904acfc

fix flag

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 0d9b364..37caa20 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
 }