mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-21 04:16:39 +08:00
Speed up provisioning on Linux
Change-Id: I6e4e5621ed0b063215476ef51d61ef1f38198d0c Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
@@ -64,7 +64,7 @@ if uname -a |grep -q Darwin; then
|
|||||||
else
|
else
|
||||||
./configure
|
./configure
|
||||||
fi
|
fi
|
||||||
make
|
make -j5
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
# Refresh shared library cache if OS isn't macOS
|
# Refresh shared library cache if OS isn't macOS
|
||||||
|
|||||||
Reference in New Issue
Block a user