Update 2023-12-05 00:29 OpenBSD/amd64-x13
This commit is contained in:
parent
d78c01901f
commit
7ca9d149c7
@ -9,7 +9,7 @@ abort() { echo "Abort with >$0 $ARGS< on $(date)" >> /tmp/obsdmake.log; }
|
||||
JOBS="${JOBS:=$(sysctl -n hw.ncpuonline)}"
|
||||
|
||||
export CCACHE_DIR="/var/ccache"
|
||||
export CCACHE_SLOPPINESS="locale,time_macros,random_seed,file_stat_matches"
|
||||
export CCACHE_SLOPPINESS="locale,time_macros,random_seed,file_stat_matches,pch_defines"
|
||||
export CCACHE_MAXSIZE=60G
|
||||
export CCACHE_NOHASHDIR=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user