summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-26 19:45:40 +1300
committerLeith Bade <leith@mapbox.com>2014-12-26 19:45:40 +1300
commit4f840826606f1f323398ff62ffc2e654669e790b (patch)
treedf7d58430622a185fd6d20026d2e5f95e03f4d8b /android
parent9396cb6559a3e4fc1ca730f5c9d9df6d543c5179 (diff)
downloadqtlocation-mapboxgl-4f840826606f1f323398ff62ffc2e654669e790b.tar.gz
Use two cores
Diffstat (limited to 'android')
-rwxr-xr-xandroid/scripts/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/scripts/common.sh b/android/scripts/common.sh
index 9a0c35fb0a..7874d1adc0 100755
--- a/android/scripts/common.sh
+++ b/android/scripts/common.sh
@@ -4,7 +4,7 @@ set -e
set -o pipefail
NAME=$1
-
+export JOBS=2
export CC=clang CXX=clang++
export CXXFLAGS="-Wno-unknown-warning-option -Wno-unused-local-typedefs -Wno-unknown-pragmas ${CXXFLAGS}";