summaryrefslogtreecommitdiffstats
path: root/configure.cmake
diff options
context:
space:
mode:
authorYuhang Zhao <2546789017@qq.com>2022-09-26 11:43:11 +0800
committerYuhang Zhao <2546789017@qq.com>2022-09-27 09:36:08 +0800
commit16573d68961d53f79977a4440e2ed98d16500aae (patch)
tree7562af6554b191ad55c6c0d253246a59b7314bf3 /configure.cmake
parent24f68a0deb7aea19d9d80391a35c76043ed7532e (diff)
CMake: make long line shorter when configure
The full name should obviously indicates what the feature is, no need to specify LTO explicitly. And it also make the line a little longer than it should be. But we should keep LTCG (Link Time Code Generation) in case the user don't know LTCG also refers to this feature. Change-Id: I95a2e5335d0b76c40c67f0484d77a4d50f5fd85f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake
index a93e82b981..30b99d4998 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -730,7 +730,7 @@ else()
unset(__qt_uc_config)
endif()
qt_feature("ltcg"
- LABEL "Using Link Time Optimization (LTO/LTCG)"
+ LABEL "Using Link Time Optimization (LTCG)"
AUTODETECT ON
CONDITION __qt_ltcg_detected
)