aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD
index 7deae5e..155a765 100644
--- a/scripts/PKGBUILD
+++ b/scripts/PKGBUILD
@@ -42,7 +42,7 @@ build() {
../../autogen.sh
../../configure \
--prefix=/usr \
- --enable-debug --enable-valgrind-tests
+ --enable-debug --enable-valgrind-tests --enable-strict-cflags
make
}