diff options
-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 |