From 7af9c642596d5b9c27c215ef6123e70ab92158cf Mon Sep 17 00:00:00 2001 From: lmaddox Date: Wed, 20 Sep 2023 17:22:02 -0500 Subject: [PATCH] FUCK DISTCC --- dev.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev.sh b/dev.sh index a333633..6faca1d 100755 --- a/dev.sh +++ b/dev.sh @@ -2,6 +2,10 @@ set -euxo nounset (( $# )) +export PATH=/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +export DISTCC_VERBOSE=1 +export DISTCC_FALLBACK=0 + rm -rf build cmake -S . -B build -GNinja -DCMAKE_BUILD_TYPE=Debug cmake --build build