Skip to content

Commit

Permalink
Set ccache size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
liyafe1997 committed Aug 11, 2024
1 parent aff2d79 commit bdb267a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export CCACHE_DIR="$HOME/.cache/ccache_mikernel"
export CC="ccache gcc"
export CXX="ccache g++"
export PATH="/usr/lib/ccache:$PATH"
ccache -M 50G

bash build.sh psyche
bash build.sh thyme
Expand Down

0 comments on commit bdb267a

Please sign in to comment.