2021-03-17 12:44:24 +11:00
|
|
|
[settings]
|
|
|
|
os=Linux
|
|
|
|
arch=x86_64
|
|
|
|
|
|
|
|
compiler=clang
|
2022-04-24 15:09:30 +10:00
|
|
|
compiler.version=14
|
2021-03-17 12:44:24 +11:00
|
|
|
compiler.libcxx=libc++
|
|
|
|
|
|
|
|
build_type=Debug
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
|
|
|
[build_requires]
|
|
|
|
|
|
|
|
[env]
|
2022-04-24 15:09:30 +10:00
|
|
|
CC=clang-14
|
|
|
|
CXX=clang++-14
|