conan: add sanitizer profiles
This commit is contained in:
parent
21a4de4c66
commit
29c98f53ce
18
conan/profile/x86_64-clang-linux-sanitizer
Normal file
18
conan/profile/x86_64-clang-linux-sanitizer
Normal file
@ -0,0 +1,18 @@
|
||||
[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"
|
1
conan/profile/x86_64-gcc-linux-sanitizer
Symbolic link
1
conan/profile/x86_64-gcc-linux-sanitizer
Symbolic link
@ -0,0 +1 @@
|
||||
x86_64-gcc-linux-release
|
Loading…
Reference in New Issue
Block a user