From e3c5ae2e382eb647a7bd64da444717ea7a422234 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 7 Mar 2023 07:36:31 -0800 Subject: [PATCH] configure: remove -c++ entry from the -help output That's an internal option: only Qt developers are meant to ever use it, in order to test new compilers with non-default settings. Users should use only what the configure chooses by default. Pick-to: 6.5 Change-Id: Ib1d2fc7100134f7597cdfffd174a2d2567222c29 Reviewed-by: Alexandru Croitor --- config_help.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/config_help.txt b/config_help.txt index c0b0b79b47..3c78115e29 100644 --- a/config_help.txt +++ b/config_help.txt @@ -112,8 +112,6 @@ Build options: for example, -sanitize address cannot be combined with -sanitize thread. - -c++std .... Select C++ standard [c++2b/c++20/c++17/c++14/c++11] - -mips_dsp/-mips_dspr2 Use MIPS DSP/rev2 instructions [auto] -qreal ........ typedef qreal to the specified type. [double]