From 4316939cacefc1fd0c902eea1fcd27b80e043f0a Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 13 May 2024 15:06:55 +1000 Subject: [PATCH] conan: bump to gcc-14 --- conan/profile/x86_64-gcc-linux-debug | 6 +++--- conan/profile/x86_64-gcc-linux-release | 6 +++--- conan/profile/x86_64-gcc-linux-sanitizer | 1 - 3 files changed, 6 insertions(+), 7 deletions(-) delete mode 120000 conan/profile/x86_64-gcc-linux-sanitizer diff --git a/conan/profile/x86_64-gcc-linux-debug b/conan/profile/x86_64-gcc-linux-debug index e53a934..8885662 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=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 diff --git a/conan/profile/x86_64-gcc-linux-release b/conan/profile/x86_64-gcc-linux-release index c28d5c3..5dfecbe 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=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" diff --git a/conan/profile/x86_64-gcc-linux-sanitizer b/conan/profile/x86_64-gcc-linux-sanitizer deleted file mode 120000 index e74a8d0..0000000 --- a/conan/profile/x86_64-gcc-linux-sanitizer +++ /dev/null @@ -1 +0,0 @@ -x86_64-gcc-linux-release \ No newline at end of file