2022-05-03 10:44:16 +10:00
|
|
|
[settings]
|
|
|
|
os=Linux
|
|
|
|
arch=x86_64
|
|
|
|
|
|
|
|
compiler=clang
|
2023-11-19 10:41:23 +11:00
|
|
|
compiler.version=17
|
2022-05-03 10:44:16 +10:00
|
|
|
compiler.libcxx=libc++
|
|
|
|
|
|
|
|
build_type=Release
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
2023-05-15 11:26:25 +10:00
|
|
|
[build_requires]
|
|
|
|
|
|
|
|
[env]
|
2023-11-19 10:41:23 +11:00
|
|
|
CC=clang-17
|
|
|
|
CXX=clang++-17
|
2022-05-03 10:44:16 +10:00
|
|
|
CXXFLAGS="-fsanitize=undefined -fsanitize=address -fsanitize=leak"
|