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

17 lines
228 B
Plaintext
Raw Normal View History

2022-05-03 10:44:16 +10:00
[settings]
os=Linux
arch=x86_64
compiler=clang
compiler.version=14
compiler.libcxx=libc++
build_type=Release
[options]
2023-04-21 10:27:25 +10:00
[buildenv]
2022-05-03 10:44:16 +10:00
CC=clang-14
CXX=clang++-14
CXXFLAGS="-fsanitize=undefined -fsanitize=address -fsanitize=leak"