forked from organicmaps/organicmaps
Removed unnecessary -r option, it is not needed, but only slows down the build.
This commit is contained in:
parent
c3e9fb93fe
commit
a6368ec63d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ BuildQt() {
|
|||
cd "$SHADOW_DIR"
|
||||
if [ ! -f "$SHADOW_DIR/Makefile" ]; then
|
||||
echo "Launching qmake..."
|
||||
"$QMAKE" CONFIG-=sdk -r "$QMAKE_PARAMS" -spec "$(StripCygwinPrefix $MKSPEC)" "$(StripCygwinPrefix $MY_PATH)/../../omim.pro"
|
||||
"$QMAKE" CONFIG-=sdk "$QMAKE_PARAMS" -spec "$(StripCygwinPrefix $MKSPEC)" "$(StripCygwinPrefix $MY_PATH)/../../omim.pro"
|
||||
fi
|
||||
# make clean > /dev/null || true
|
||||
make -j $(GetCPUCores)
|
||||
|
|
Loading…
Add table
Reference in a new issue