2022-05-03 10:44:16 +10:00
|
|
|
[settings]
|
|
|
|
os=Linux
|
|
|
|
arch=x86_64
|
|
|
|
|
|
|
|
compiler=clang
|
2024-05-13 15:06:29 +10:00
|
|
|
compiler.version=18
|
2022-05-03 10:44:16 +10:00
|
|
|
compiler.libcxx=libc++
|
|
|
|
|
|
|
|
build_type=Release
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
2024-05-21 12:45:43 +10:00
|
|
|
[buildenv]
|
2024-05-13 15:06:29 +10:00
|
|
|
CC=clang-18
|
|
|
|
CXX=clang++-18
|
2022-05-03 10:44:16 +10:00
|
|
|
CXXFLAGS="-fsanitize=undefined -fsanitize=address -fsanitize=leak"
|
2024-05-21 12:45:43 +10:00
|
|
|
|
|
|
|
[conf]
|
|
|
|
tools.build:cxxflags=["-fsanitize=undefined", "-fsanitize=address", "-fsanitize=leak"]
|
|
|
|
tools.build:compiler_executables={"c": "clang-18","cpp": "clang++-18"}
|