From 7ca9d149c7108996a89eee22a2c468a7a0c7e9aa Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Tue, 5 Dec 2023 00:29:20 +0100 Subject: [PATCH] Update 2023-12-05 00:29 OpenBSD/amd64-x13 --- .bin/obsdmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/obsdmake b/.bin/obsdmake index 77d683b..1bfb3ca 100755 --- a/.bin/obsdmake +++ b/.bin/obsdmake @@ -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=