Update 2023-10-21 14:13 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-10-21 14:13:07 +02:00
parent 3099736cd1
commit 6b75137276
10 changed files with 63 additions and 35 deletions

View File

@@ -6,6 +6,8 @@ JOBS="${JOBS:=$(sysctl -n hw.ncpuonline)}"
export GLOBAL_AUTOCONF_CACHE="/var/ccache/config.cache"
export CCACHE_DIR="/var/ccache"
export CCACHE_SLOPPINESS="locale,time_macros,random_seed"
export CCACHE_MAXSIZE=60G
export CCACHE_NOHASHDIR=
# base llvm?
export LLVM_CCACHE_BUILD=1