mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-01 11:17:27 +08:00
Improve build performance on Windows
Disable the windows search indexing service, which has a tendency to start indexing source code archives that we've just extracted. We are not interested in this service. Change-Id: I1d3f5178a035bc951499d993641a9315db9712ca Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
This commit is contained in:
3
coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1
Normal file
3
coin/provisioning/qtci-windows-10-x86/05-wsearch-off.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
# Disable the windows search indexing service
|
||||
sc.exe config WSearch start= disabled
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
# Disable the windows search indexing service
|
||||
sc.exe config WSearch start= disabled
|
||||
3
coin/provisioning/qtci-windows-7-x86/05-wsearch-off.ps1
Normal file
3
coin/provisioning/qtci-windows-7-x86/05-wsearch-off.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
# Disable the windows search indexing service
|
||||
sc.exe config WSearch start= disabled
|
||||
3
coin/provisioning/qtci-windows-8-x86/05-wsearch-off.ps1
Normal file
3
coin/provisioning/qtci-windows-8-x86/05-wsearch-off.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
# Disable the windows search indexing service
|
||||
sc.exe config WSearch start= disabled
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
# Disable the windows search indexing service
|
||||
sc.exe config WSearch start= disabled
|
||||
Reference in New Issue
Block a user