From 8fba6bfbc592f70cccdfa4c5bc15d4bb99ace2a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 15 Jul 2024 17:02:41 +0200 Subject: [PATCH] Build system: add note in meson.build about gcc-*.ini native file [skip ci] --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 661ef4731a..8bd67e600f 100644 --- a/meson.build +++ b/meson.build @@ -18,6 +18,7 @@ fortran_compiler = meson.get_compiler('fortran') c_compiler = meson.get_compiler('c') # If this is GCC, enforce minimal version +# NB: when modifiying this value, also update the gcc-*.ini native file under scripts/ # Other compilers are unsupported, but do not fail in that case gcc_minimal_version = 10 if ((cpp_compiler.get_id() == 'gcc' -- GitLab