Bump clang to 16
This commit is contained in:
parent
5ed344ee03
commit
bceaeef999
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user