From 44c0b4e4cc1827d38dcc5284513a62cc62a54362 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 21 Mar 2024 22:50:38 +0100 Subject: [PATCH] fix documentation of --enable-cxx-mode --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 7a44ad8896..5c9c4d7489 100644 --- a/INSTALL +++ b/INSTALL @@ -208,8 +208,8 @@ precisely (see the description of --enable-build-type for the default values): o --enable-cxx-mode=VALUE can be used to select a C++ standard, for - example --enable-cxx-mode=11. The default is to try C++14, and then - C++11. + example --enable-cxx-mode=11. The default is to try C++17, C++14, and + C++11, in this order. o --enable-optimization=VALUE enables you to set optimization to a higher level than the default, for example --enable-optimization=-O3.