diff options
author | EuAndreh <eu@euandre.org> | 2022-05-15 19:50:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-15 19:50:22 -0300 |
commit | 1074194307e83a6ae882872352159ec3b0f80e53 (patch) | |
tree | af50faec33a80f4250b51305928660e4def78b68 /etc/bash | |
parent | etc/guix/system.scm: Remove duplicate FIXME marker from curth0 (diff) | |
download | dotfiles-1074194307e83a6ae882872352159ec3b0f80e53.tar.gz dotfiles-1074194307e83a6ae882872352159ec3b0f80e53.tar.xz |
Use TinyCC as the default value of $CC
Diffstat (limited to 'etc/bash')
-rw-r--r-- | etc/bash/rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash/rc b/etc/bash/rc index f81e350..28c3813 100644 --- a/etc/bash/rc +++ b/etc/bash/rc @@ -61,7 +61,7 @@ N_PROCS=$(($(nproc) * 2 + 1)) export MAKEFLAGS="-j $N_PROCS" export GOPATH="$SRC/go" export CFLAGS='-std=c99 -Wall -Wextra -Wpedantic -g -flto -Werror' -export CC=musl-gcc +export CC=tcc export AR=gcc-ar export LEX=flex export LDFLAGS='-flto' |