From 3545530e6ef0c821818258adf9440268d17d60cf Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 10 Feb 2021 16:32:39 +0100 Subject: scripts: guix.scm: reorder CLFAGS This enables to more easily add new flags. Signed-off-by: Denis 'GNUtoo' Carikli --- scripts/guix.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/guix.scm b/scripts/guix.scm index f020351..12dd0e8 100644 --- a/scripts/guix.scm +++ b/scripts/guix.scm @@ -61,7 +61,14 @@ (gnu packages python-xyz) (gnu packages tls)) -(define %strict-cflags "CFLAGS=-Werror -W -Wall -Wunused -Wunused-function") +(define %strict-cflags + (string-append + " CFLAGS=" + " -W" + " -Wall" + " -Werror" + " -Wunused" + " -Wunused-function")) (define %commit (let* ((port (open-input-pipe -- cgit v1.2.3