From 65ecb7ec3bd60f26f1ba5887c2554da886b36ba2 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 15 May 2023 11:23:42 +1000 Subject: [PATCH] Bump gcc to 13 --- conan/profile/x86_64-gcc-linux-debug | 6 +++--- conan/profile/x86_64-gcc-linux-release | 2 +- conan/profile/x86_64-gcc-mingw-release | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conan/profile/x86_64-gcc-linux-debug b/conan/profile/x86_64-gcc-linux-debug index 68f96ab..ea83f53 100644 --- a/conan/profile/x86_64-gcc-linux-debug +++ b/conan/profile/x86_64-gcc-linux-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=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 diff --git a/conan/profile/x86_64-gcc-linux-release b/conan/profile/x86_64-gcc-linux-release index d4b4737..1c5ae62 100644 --- a/conan/profile/x86_64-gcc-linux-release +++ b/conan/profile/x86_64-gcc-linux-release @@ -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 diff --git a/conan/profile/x86_64-gcc-mingw-release b/conan/profile/x86_64-gcc-mingw-release index 2fc7485..3a774e0 100644 --- a/conan/profile/x86_64-gcc-mingw-release +++ b/conan/profile/x86_64-gcc-mingw-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