Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.15.0-rc1
-
None
-
-
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()}"