[settings]
arch=armv8
build_type=Release
compiler=apple-clang
compiler.version=14
compiler.cppstd=20
compiler.libcxx=libc++
os=Macos

[conf]
tools.build:compiler_executables={'c': 'clang', 'cpp': 'clang++'}
tools.cmake.cmaketoolchain:extra_variables={'CMAKE_CXX_COMPILER_LAUNCHER': 'ccache', 'CMAKE_C_COMPILER_LAUNCHER': 'ccache'}

[buildenv]
CC=ccache clang
CXX=ccache clang++
