Skip to content

Commit

Permalink
FUCK DISTCC
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Sep 20, 2023
1 parent 213819f commit 7af9c64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7af9c64

Please sign in to comment.