21 lines
394 B
Plaintext
21 lines
394 B
Plaintext
[settings]
|
|
os=Linux
|
|
arch=x86_64
|
|
|
|
compiler=clang
|
|
compiler.version=18
|
|
compiler.libcxx=libc++
|
|
|
|
build_type=Release
|
|
|
|
[options]
|
|
|
|
[buildenv]
|
|
CC=clang-18
|
|
CXX=clang++-18
|
|
CXXFLAGS="-fsanitize=undefined -fsanitize=address -fsanitize=leak"
|
|
|
|
[conf]
|
|
tools.build:cxxflags=["-fsanitize=undefined", "-fsanitize=address", "-fsanitize=leak"]
|
|
tools.build:compiler_executables={"c": "clang-18","cpp": "clang++-18"}
|