Update 2023-04-16 16:12 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id 2023-04-16 16:12:52 +02:00
parent 046cc247ff
commit c4396158b0
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export CCACHE_DIR="/var/ccache"
export CCACHE_SLOPPINESS="locale,time_macros,random_seed"
# base llvm?
export LLVM_CCACHE_BUILD=1
export LLVM_CCACHE_DIR="/var/ccache"
export CMAKE_CXX_COMPILER_LAUNCHER="ccache"
export CMAKE_C_COMPILER_LAUNCHER="ccache"