This should help us catch more issues as the PKGBUILD doesn't
necessarily use the same compiler versions than in the guix.scm.

Signed-off-by: Denis 'GNUtoo' Carikli <gnu...@cyberdimension.org>
---
 scripts/PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }
 
-- 
2.36.1

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to