conan: add the x86-64_clang-linux-debug profile

This commit is contained in:
Danny Robson 2021-03-17 11:44:24 +10:00
parent 0adf4f2c21
commit 497a100eec

View 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