[Replicant] [libsamsung-ipc][PATCH 05/10] scripts: guix.scm: Add Replicant 6 COMMON_GLOBAL_CFLAGS

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Sat Feb 13 13:17:44 UTC 2021


The COMMON_GLOBAL_CFLAGS are available from build/core/config.mk
in Replicant 6.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 scripts/guix.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/guix.scm b/scripts/guix.scm
index 12dd0e8..6a03e31 100644
--- a/scripts/guix.scm
+++ b/scripts/guix.scm
@@ -67,6 +67,9 @@
    " -W"
    " -Wall"
    " -Werror"
+   " -Winit-self"
+   " -Wno-unused"
+   " -Wpointer-arith"
    " -Wunused"
    " -Wunused-function"))
 
-- 
2.30.1



More information about the Replicant mailing list