From 612d657c800ae6782d934bd02a9ab1d7a80b2623 Mon Sep 17 00:00:00 2001 From: Zopolis4 Date: Thu, 10 Oct 2024 15:15:58 +1100 Subject: [PATCH] Update gcc version listed in developer.html to GCC 14 --- developer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer.html b/developer.html index bd5f48a35..417eed346 100644 --- a/developer.html +++ b/developer.html @@ -466,7 +466,7 @@ -

Always moving with the latest compiler (llvm, currently GCC 9), optimized for Intel Architecture, giving access to the latest features.

+

Always moving with the latest compiler (llvm, currently GCC 14), optimized for Intel Architecture, giving access to the latest features.

Constantly applying compiler flags to optimize builds.