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 | |
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
-rw-r--r-- | etc/bash/rc | 2 | ||||
-rw-r--r-- | etc/guix/home.scm | 1 |
2 files changed, 2 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' diff --git a/etc/guix/home.scm b/etc/guix/home.scm index f0f9f92..5e56009 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -261,6 +261,7 @@ valgrind gcc-toolchain clang + tcc node quickjs m4 |