diff --git a/conan/profile/x86_64-clang-linux-debug b/conan/profile/x86_64-clang-linux-debug index 8974816..a5a9465 100644 --- a/conan/profile/x86_64-clang-linux-debug +++ b/conan/profile/x86_64-clang-linux-debug @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=clang -compiler.version=15 +compiler.version=16 compiler.libcxx=libc++ build_type=Debug @@ -11,5 +11,5 @@ build_type=Debug [options] [buildenv] -CC=clang-15 -CXX=clang++-15 +CC=clang-16 +CXX=clang++-16 diff --git a/conan/profile/x86_64-clang-linux-release b/conan/profile/x86_64-clang-linux-release index f430278..d4fc8f4 100644 --- a/conan/profile/x86_64-clang-linux-release +++ b/conan/profile/x86_64-clang-linux-release @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=clang -compiler.version=15 +compiler.version=16 #compiler.libcxx=libc++ compiler.libcxx=libstdc++11 @@ -12,7 +12,7 @@ build_type=Release [options] [buildenv] -CC=clang-15 -CXX=clang++-15 +CC=clang-16 +CXX=clang++-16 CFLAGS="-flto" CXXFLAGS="-flto" diff --git a/conan/profile/x86_64-clang-linux-sanitizer b/conan/profile/x86_64-clang-linux-sanitizer index 8e03e55..85cd7d9 100644 --- a/conan/profile/x86_64-clang-linux-sanitizer +++ b/conan/profile/x86_64-clang-linux-sanitizer @@ -3,7 +3,7 @@ os=Linux arch=x86_64 compiler=clang -compiler.version=14 +compiler.version=16 compiler.libcxx=libc++ build_type=Release @@ -11,6 +11,6 @@ build_type=Release [options] [buildenv] -CC=clang-14 -CXX=clang++-14 +CC=clang-16 +CXX=clang++-16 CXXFLAGS="-fsanitize=undefined -fsanitize=address -fsanitize=leak"