build/conan/profile/x86_64-clang-linux-debug

20 lines
262 B
Plaintext
Raw Normal View History

[settings]
os=Linux
arch=x86_64
compiler=clang
2024-05-13 15:06:29 +10:00
compiler.version=18
compiler.libcxx=libc++
build_type=Debug
[options]
2024-05-21 12:45:43 +10:00
[buildenv]
2024-05-13 15:06:29 +10:00
CC=clang-18
CXX=clang++-18
[conf]
tools.build:compiler_executables={"c": "clang-18","cpp": "clang++-18"}
tools.build:cxxflags=[]