[Replicant] [libsamsung-ipc] [PATCH 11/21] scripts: PKGBUILD: use --enable-strict-cflags
Denis 'GNUtoo' Carikli
GNUtoo at cyberdimension.org
Fri Jun 17 16:15:43 UTC 2022
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 <GNUtoo at 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
More information about the Replicant
mailing list