aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-09-10 16:57:30 -0300
committerEuAndreh <eu@euandre.org>2023-09-10 16:57:30 -0300
commit4e598a08b09f9e67530f1b8b11292bf3cc8af9bc (patch)
tree76c0e5c345b4f96663f1300f7e89c7e0339424f1 /etc/sh
parentetc/nix/configuration.nix: Add redshift/geoclue configuration (diff)
downloaddotfiles-4e598a08b09f9e67530f1b8b11292bf3cc8af9bc.tar.gz
dotfiles-4e598a08b09f9e67530f1b8b11292bf3cc8af9bc.tar.xz
etc/sh/rc: Use tcc as default for $CC
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 92ef82e..6bba7aa 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -117,8 +117,7 @@ export VG_FLAGS='
'
export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -pedantic-errors -Wconversion -Warith-conversion -Wfatal-errors -Wconversion -Wshadow -Warray-bounds=2 -Wformat-overflow=2 -Wformat=2 -Wformat-truncation -Wstringop-overflow=2 -Wfloat-equal -Wundef -Wdouble-promotion -Wpadded -fno-common -O0 -g -Werror'
-export CC=gcc
-export AR=gcc-ar
+export CC=tcc
export LEX=flex
export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1
export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen