Bump clang to 16

This commit is contained in:
Danny Robson 2023-05-15 11:23:30 +10:00
parent 5ed344ee03
commit bceaeef999
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"