diff --git a/conan/profile/x86_64-clang-linux-debug b/conan/profile/x86_64-clang-linux-debug new file mode 100644 index 0000000..582d4d4 --- /dev/null +++ b/conan/profile/x86_64-clang-linux-debug @@ -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