2021-03-17 12:44:24 +11:00
|
|
|
[settings]
|
|
|
|
os=Linux
|
|
|
|
arch=x86_64
|
|
|
|
|
|
|
|
compiler=clang
|
2023-04-21 10:27:25 +10:00
|
|
|
compiler.version=15
|
2021-03-17 12:44:24 +11:00
|
|
|
compiler.libcxx=libc++
|
|
|
|
|
|
|
|
build_type=Debug
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
2023-04-21 10:27:25 +10:00
|
|
|
[buildenv]
|
|
|
|
CC=clang-15
|
|
|
|
CXX=clang++-15
|