From 2572a0d43044a082cfb5315c879a7263f5018237 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 9 Nov 2020 13:49:35 +0100 Subject: [PATCH] CMake: Remove -strip from configure's help This option is not supported by the CMake build anymore as 'cmake --install --strip' takes over this task. Task-number: QTBUG-88290 Change-Id: I4d435e72f5f12fac6e86ec65cd0b26467c3fa4e0 Reviewed-by: Alexandru Croitor --- config_help.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/config_help.txt b/config_help.txt index 7b38e904b74..4ae70285067 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]