summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2023-03-07 07:36:31 -0800
committerThiago Macieira <thiago.macieira@intel.com>2023-03-12 21:28:24 -0800
commite3c5ae2e382eb647a7bd64da444717ea7a422234 (patch)
treeb0c77414677a9c77c9c4a1f4df0b87396d0723e7 /config_help.txt
parentfd48bcec525eb8322c8e1c81307cc9254f608062 (diff)
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 <alexandru.croitor@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt2
1 files changed, 0 insertions, 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 <edition> .... Select C++ standard <edition> [c++2b/c++20/c++17/c++14/c++11]
-
-mips_dsp/-mips_dspr2 Use MIPS DSP/rev2 instructions [auto]
-qreal <type> ........ typedef qreal to the specified type. [double]