summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-11-09 13:49:35 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-11-09 16:01:33 +0100
commit2572a0d43044a082cfb5315c879a7263f5018237 (patch)
treebfaa3c7712b969c8c7aa6883c6aee01311bb5b28 /config_help.txt
parent85a9f5420fd08f6e5e316c2f3d607e0a2ed10df6 (diff)
CMake: Remove -strip from configure's help
This option is not supported by the CMake build anymore as 'cmake --install <build-dir> --strip' takes over this task. Task-number: QTBUG-88290 Change-Id: I4d435e72f5f12fac6e86ec65cd0b26467c3fa4e0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt
index 7b38e904b7..4ae7028506 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -67,7 +67,6 @@ Build options:
-separate-debug-info . Split off debug information to separate files [no]
-gdb-index ........... Index the debug info to speed up GDB
[no; auto if -developer-build with debug info]
- -strip ............... Strip release binaries of unneeded symbols [yes]
-gc-binaries ......... Place each function or data item into its own section
and enable linker garbage collection of unused
sections. [auto for static builds, otherwise no]