19 lines
241 B
Plaintext
19 lines
241 B
Plaintext
[settings]
|
|
os=Linux
|
|
arch=x86_64
|
|
|
|
compiler=clang
|
|
compiler.version=14
|
|
compiler.libcxx=libc++
|
|
|
|
build_type=Release
|
|
|
|
[options]
|
|
|
|
[build_requires]
|
|
|
|
[env]
|
|
CC=clang-14
|
|
CXX=clang++-14
|
|
CXXFLAGS="-fsanitize=undefined -fsanitize=address -fsanitize=leak"
|