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>
This commit is contained in:
parent
24f68a0deb
commit
16573d6896
@ -730,7 +730,7 @@ else()
|
|||||||
unset(__qt_uc_config)
|
unset(__qt_uc_config)
|
||||||
endif()
|
endif()
|
||||||
qt_feature("ltcg"
|
qt_feature("ltcg"
|
||||||
LABEL "Using Link Time Optimization (LTO/LTCG)"
|
LABEL "Using Link Time Optimization (LTCG)"
|
||||||
AUTODETECT ON
|
AUTODETECT ON
|
||||||
CONDITION __qt_ltcg_detected
|
CONDITION __qt_ltcg_detected
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user