conan: bump to clang-18
This commit is contained in:
parent
1246f16861
commit
9400dfa0a7
@ -3,7 +3,7 @@ os=Linux
|
|||||||
arch=x86_64
|
arch=x86_64
|
||||||
|
|
||||||
compiler=clang
|
compiler=clang
|
||||||
compiler.version=17
|
compiler.version=18
|
||||||
compiler.libcxx=libc++
|
compiler.libcxx=libc++
|
||||||
|
|
||||||
build_type=Debug
|
build_type=Debug
|
||||||
@ -13,5 +13,5 @@ build_type=Debug
|
|||||||
[build_requires]
|
[build_requires]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
CC=clang-17
|
CC=clang-18
|
||||||
CXX=clang++-17
|
CXX=clang++-18
|
||||||
|
@ -3,7 +3,7 @@ os=Linux
|
|||||||
arch=x86_64
|
arch=x86_64
|
||||||
|
|
||||||
compiler=clang
|
compiler=clang
|
||||||
compiler.version=17
|
compiler.version=18
|
||||||
compiler.libcxx=libc++
|
compiler.libcxx=libc++
|
||||||
#compiler.libcxx=libstdc++11
|
#compiler.libcxx=libstdc++11
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ build_type=Release
|
|||||||
[build_requires]
|
[build_requires]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
CC=clang-17
|
CC=clang-18
|
||||||
CXX=clang++-17
|
CXX=clang++-18
|
||||||
CFLAGS="-flto"
|
CFLAGS="-flto"
|
||||||
CXXFLAGS="-flto"
|
CXXFLAGS="-flto"
|
||||||
|
@ -3,7 +3,7 @@ os=Linux
|
|||||||
arch=x86_64
|
arch=x86_64
|
||||||
|
|
||||||
compiler=clang
|
compiler=clang
|
||||||
compiler.version=17
|
compiler.version=18
|
||||||
compiler.libcxx=libc++
|
compiler.libcxx=libc++
|
||||||
|
|
||||||
build_type=Release
|
build_type=Release
|
||||||
@ -13,6 +13,6 @@ build_type=Release
|
|||||||
[build_requires]
|
[build_requires]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
CC=clang-17
|
CC=clang-18
|
||||||
CXX=clang++-17
|
CXX=clang++-18
|
||||||
CXXFLAGS="-fsanitize=undefined -fsanitize=address -fsanitize=leak"
|
CXXFLAGS="-fsanitize=undefined -fsanitize=address -fsanitize=leak"
|
||||||
|
Loading…
Reference in New Issue
Block a user