conan: add the x86-64_clang-linux-debug profile
This commit is contained in:
parent
0adf4f2c21
commit
497a100eec
17
conan/profile/x86_64-clang-linux-debug
Normal file
17
conan/profile/x86_64-clang-linux-debug
Normal file
@ -0,0 +1,17 @@
|
||||
[settings]
|
||||
os=Linux
|
||||
arch=x86_64
|
||||
|
||||
compiler=clang
|
||||
compiler.version=11
|
||||
compiler.libcxx=libc++
|
||||
|
||||
build_type=Debug
|
||||
|
||||
[options]
|
||||
|
||||
[build_requires]
|
||||
|
||||
[env]
|
||||
CC=clang-11
|
||||
CXX=clang++-11
|
Loading…
Reference in New Issue
Block a user