aboutsummaryrefslogtreecommitdiff
path: root/etc/sh/rc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-15 06:11:19 -0300
committerEuAndreh <eu@euandre.org>2025-05-15 06:11:19 -0300
commit8139690177b3fb29183c3dabdd429b9fed788a41 (patch)
treeb064a8805b7984c498360ae61be146c7e1581032 /etc/sh/rc
parentetc/guix/home.scm: Add "fuse" package (diff)
downloaddotfiles-8139690177b3fb29183c3dabdd429b9fed788a41.tar.gz
dotfiles-8139690177b3fb29183c3dabdd429b9fed788a41.tar.xz
etc/sh/rc: Separate -Wmissing-prototypes to $CCFLAGS
Diffstat (limited to '')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index d5fd36a..96e61ae 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -141,12 +141,12 @@ export CCFLAGS='
-Wundef
-Wdouble-promotion
-Wvla
- -Wmissing-prototypes
'
CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
export LLDFLAGS=''
export LDFLAGS="$LLDFLAGS -static"
export CFLAGS="$CCFLAGS"
+export CCFLAGS="$CCFLAGS -Wmissing-prototypes"
export YFLAGS='-Wother'
export GOCFLAGS="-I $PREFIX/lib/go -N"
export GOLDFLAGS="-L $PREFIX/lib/go"