conan: bump to gcc-14
This commit is contained in:
parent
9400dfa0a7
commit
4316939cac
@ -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
|
||||
|
@ -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"
|
||||
|
@ -1 +0,0 @@
|
||||
x86_64-gcc-linux-release
|
Loading…
Reference in New Issue
Block a user