conan: bump to gcc-14
This commit is contained in:
parent
9400dfa0a7
commit
4316939cac
@ -3,7 +3,7 @@ os=Linux
|
|||||||
arch=x86_64
|
arch=x86_64
|
||||||
|
|
||||||
compiler=gcc
|
compiler=gcc
|
||||||
compiler.version=13.2
|
compiler.version=14.0
|
||||||
compiler.libcxx=libstdc++11
|
compiler.libcxx=libstdc++11
|
||||||
|
|
||||||
build_type=Debug
|
build_type=Debug
|
||||||
@ -13,6 +13,6 @@ build_type=Debug
|
|||||||
[build_requires]
|
[build_requires]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
CC=gcc-13
|
CC=gcc-14
|
||||||
CXX=g++-13
|
CXX=g++-14
|
||||||
CXXFLAGS=-D_GLIBCXX_DEBUG
|
CXXFLAGS=-D_GLIBCXX_DEBUG
|
||||||
|
@ -3,7 +3,7 @@ os=Linux
|
|||||||
arch=x86_64
|
arch=x86_64
|
||||||
|
|
||||||
compiler=gcc
|
compiler=gcc
|
||||||
compiler.version=13.2
|
compiler.version=14.0
|
||||||
compiler.libcxx=libstdc++11
|
compiler.libcxx=libstdc++11
|
||||||
|
|
||||||
build_type=Release
|
build_type=Release
|
||||||
@ -13,6 +13,6 @@ build_type=Release
|
|||||||
[build_requires]
|
[build_requires]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
CC=gcc
|
CC=gcc-14
|
||||||
CXX=g++
|
CXX=g++-14
|
||||||
CXXFLAGS="-flto -ffat-lto-objects"
|
CXXFLAGS="-flto -ffat-lto-objects"
|
||||||
|
@ -1 +0,0 @@
|
|||||||
x86_64-gcc-linux-release
|
|
Loading…
Reference in New Issue
Block a user