Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.15.0-rc1
-
Fix Version/s: Qt Creator 4.15.0
-
Component/s: Building Qt Creator
-
Labels:None
-
Platform/s:
-
Commits:9d8be9ce58a57b378a6247a6f666271059b47bb0 (qt-creator/tqtc-qt-creator/4.15)
Description
by using -mmt$(nproc) the compression speed could be improved.
In the build.py script the usage of os.cpu_count() could replace the -mmt2 option for 7z,
e.g "-mmt%s" % os.cpu_count() or by using f"-mmt{os.cpu_count()}"