11 lines
162 B
INI
11 lines
162 B
INI
|
[settings]
|
||
|
compiler=apple-clang
|
||
|
compiler.version=13.1
|
||
|
compiler.libcxx=libc++
|
||
|
arch=x86_64
|
||
|
os=Macos
|
||
|
build_type=Release
|
||
|
|
||
|
[env]
|
||
|
CC=/usr/bin/clang
|
||
|
CXX=/usr/bin/clang++
|