diff options
author | EuAndreh <eu@euandre.org> | 2023-11-07 22:01:27 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-11-07 22:01:27 -0300 |
commit | cb4893d23906abea07eeca985f8ea181d21f9473 (patch) | |
tree | e06e4c8baeb4b178c1f9f1129fea113723b7f306 | |
parent | etc/guix/home.scm: Add "tabbed" package (diff) | |
download | dotfiles-cb4893d23906abea07eeca985f8ea181d21f9473.tar.gz dotfiles-cb4893d23906abea07eeca985f8ea181d21f9473.tar.xz |
etc/sh/rc: Revert $CC back to gcc
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ export VG_FLAGS=' VG_FLAGS="$(echo "$VG_FLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -Wconversion -Wfatal-errors -Wvla -Wshadow -Wformat=2 -Wfloat-equal -Wundef -Wdouble-promotion -fno-common -fsanitize=undefined -fsanitize-trap -fanalyzer' # -Warith-conversion -Warray-bounds=2 -Wformat-overflow=2 -Wformat-truncation -Wstringop-overflow=2 -Werror -Wpadded -export CC=tcc +export CC=gcc export LEIN_SUPPRESS_USER_LEVEL_REPO_WARNINGS=1 export LEIN_HOME="$XDG_CONFIG_HOME"/leiningen export GUILE_EFFECTIVE_VERSION |