aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-01-30 07:00:10 -0300
committerEuAndreh <eu@euandre.org>2024-01-30 07:00:10 -0300
commitfdc9140f995a3850d6501db00e9224b79e27f6a8 (patch)
treea1fc9d58ba38774adb0441ba03487224a7184eb4
parentbin/numbered: Add micro utility alongside its manpage (diff)
downloaddotfiles-fdc9140f995a3850d6501db00e9224b79e27f6a8.tar.gz
dotfiles-fdc9140f995a3850d6501db00e9224b79e27f6a8.tar.xz
etc/sh/rc: Rename $CFLAGS to $CCFLAGS
-rw-r--r--etc/sh/rc5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 400f8ad..471069d 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -120,7 +120,7 @@ export VGFLAGS='
'
VGFLAGS="$(printf '%s\n' "$VGFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
-export CFLAGS='
+export CCFLAGS='
-D_POSIX_C_SOURCE=200809L
-D_XOPEN_SOURCE=700
-g
@@ -137,8 +137,7 @@ export CFLAGS='
-fsanitize-trap
-Werror
'
-CFLAGS="$(printf '%s\n' "$CFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
-export CC=cc
+CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1
export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen
export GUILE_EFFECTIVE_VERSION