[MAC] remove ccache set by default

This commit is contained in:
Sarah Sunday
2026-04-13 13:43:30 -05:00
parent bb4127ca22
commit f5a8c877ed
-2
View File
@@ -79,8 +79,6 @@ if [[ -n $VERBOSE ]]; then
fi
declare -a CMAKE_CONF_OPTS=(
-D CMAKE_C_COMPILER_LAUNCHER="ccache"
-D CMAKE_CXX_COMPILER_LAUNCHER="ccache"
-D CMAKE_CXX_FLAGS="-stdlib=libc++"
-D CMAKE_C_COMPILER="clang"
-D CMAKE_CXX_COMPILER="clang++"