20 lines
262 B
Plaintext
20 lines
262 B
Plaintext
[settings]
|
|
os=Linux
|
|
arch=x86_64
|
|
|
|
compiler=clang
|
|
compiler.version=18
|
|
compiler.libcxx=libc++
|
|
|
|
build_type=Debug
|
|
|
|
[options]
|
|
|
|
[buildenv]
|
|
CC=clang-18
|
|
CXX=clang++-18
|
|
|
|
[conf]
|
|
tools.build:compiler_executables={"c": "clang-18","cpp": "clang++-18"}
|
|
tools.build:cxxflags=[]
|