From 16573d68961d53f79977a4440e2ed98d16500aae Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Mon, 26 Sep 2022 11:43:11 +0800 Subject: [PATCH] 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 --- configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.cmake b/configure.cmake index a93e82b981b..30b99d49989 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 )