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

19 lines
241 B
Plaintext
Raw Normal View History

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