configure: Make -ccache work for msvc
Without enabling FEATURE_msvc_obj_debug_info ccache does not work for me with msvc. So, enable it along with -ccache to make things easier. Change-Id: Ic6cf6ebddb4a5dce6a04987fba1a1f437b286e90 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
3327fccfd5
commit
0400f2ebe0
@ -472,6 +472,7 @@ qt_feature_config("optimize_full" QMAKE_PRIVATE_CONFIG)
|
||||
qt_feature("msvc_obj_debug_info"
|
||||
LABEL "Embed debug info in object files (MSVC)"
|
||||
CONDITION MSVC
|
||||
ENABLE QT_USE_CCACHE
|
||||
AUTODETECT OFF
|
||||
)
|
||||
qt_feature_config("msvc_obj_debug_info" QMAKE_PRIVATE_CONFIG)
|
||||
|
Loading…
Reference in New Issue
Block a user