Faster make install
Unsolved
Mobile and Embedded
-
Hi,
I have Qt 5.11.2 for Android on Win10. I noticed Android build is quite slow and I also noticed Make install build step is run without -j8 flag.I tried to disable Make install default build step and define my own make step: make install -j8. This step is much faster then the default one, but it seems that it doesn't work properly - at least my own make install step doesn't copy some files I need to copy in asset folder. With default Make install step it does.
Is there anything I can do to make make install faster?