From 497a100eec8c0e54cd6ac2bdadff6b5d34c192bd Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 17 Mar 2021 11:44:24 +1000 Subject: [PATCH] conan: add the x86-64_clang-linux-debug profile --- conan/profile/x86_64-clang-linux-debug | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 conan/profile/x86_64-clang-linux-debug 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