diff options
author | Thiago Macieira <thiago.macieira@intel.com> | 2023-03-07 07:36:31 -0800 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2023-03-14 00:01:51 +0000 |
commit | 99371a1d2ab3f1c8f82ced3c922bc875ca09344e (patch) | |
tree | 32989850f11fc53e212a86a20f958457b5c6f733 | |
parent | a0011f903e213c746c63a0500745fb76af603673 (diff) | |
download | qtbase-99371a1d2ab3f1c8f82ced3c922bc875ca09344e.tar.gz |
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.
Change-Id: Ib1d2fc7100134f7597cdfffd174a2d2567222c29
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit e3c5ae2e382eb647a7bd64da444717ea7a422234)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r-- | config_help.txt | 2 |
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] |