conan: bump to gcc-14

This commit is contained in:
Danny Robson 2024-05-13 15:06:55 +10:00
parent 9400dfa0a7
commit 4316939cac
3 changed files with 6 additions and 7 deletions

View File

@ -3,7 +3,7 @@ os=Linux
arch=x86_64
compiler=gcc
compiler.version=13.2
compiler.version=14.0
compiler.libcxx=libstdc++11
build_type=Debug
@ -13,6 +13,6 @@ build_type=Debug
[build_requires]
[env]
CC=gcc-13
CXX=g++-13
CC=gcc-14
CXX=g++-14
CXXFLAGS=-D_GLIBCXX_DEBUG

View File

@ -3,7 +3,7 @@ os=Linux
arch=x86_64
compiler=gcc
compiler.version=13.2
compiler.version=14.0
compiler.libcxx=libstdc++11
build_type=Release
@ -13,6 +13,6 @@ build_type=Release
[build_requires]
[env]
CC=gcc
CXX=g++
CC=gcc-14
CXX=g++-14
CXXFLAGS="-flto -ffat-lto-objects"

View File

@ -1 +0,0 @@
x86_64-gcc-linux-release