Bump gcc to 13
This commit is contained in:
parent
bceaeef999
commit
65ecb7ec3b
@ -3,7 +3,7 @@ os=Linux
|
||||
arch=x86_64
|
||||
|
||||
compiler=gcc
|
||||
compiler.version=12.2
|
||||
compiler.version=13.1
|
||||
compiler.libcxx=libstdc++11
|
||||
|
||||
build_type=Debug
|
||||
@ -11,6 +11,6 @@ build_type=Debug
|
||||
[options]
|
||||
|
||||
[buildenv]
|
||||
CC=gcc-12
|
||||
CXX=g++-12
|
||||
CC=gcc-13
|
||||
CXX=g++-13
|
||||
CXXFLAGS=-D_GLIBCXX_DEBUG
|
||||
|
@ -3,7 +3,7 @@ os=Linux
|
||||
arch=x86_64
|
||||
|
||||
compiler=gcc
|
||||
compiler.version=12.2
|
||||
compiler.version=13.1
|
||||
compiler.libcxx=libstdc++11
|
||||
|
||||
build_type=Release
|
||||
|
@ -19,6 +19,6 @@ os=Windows
|
||||
arch=x86_64
|
||||
compiler=gcc
|
||||
|
||||
compiler.version=10.2
|
||||
compiler.version=13.1
|
||||
compiler.libcxx=libstdc++11
|
||||
build_type=Release
|
||||
|
Loading…
Reference in New Issue
Block a user