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