Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-10-06 23:48:29 +0300
committerAlex Zolotarev <alex@maps.me>2015-10-06 23:48:29 +0300
commitb10093d7cf029b8e9f35c9d96d39e4ed609c3d6e (patch)
tree4e7abece5021745c2f91a30ab28fa6e34725b24f
parent25017b4adf0f8dfd781556bd0723ca34ce68affa (diff)
parente8d4c16524c0a1d12f4366822f0ede47f50a32d6 (diff)
Merge pull request #141 from hybridOL/buildscript
Buildscript
-rwxr-xr-xtools/unix/build_omim.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/unix/build_omim.sh b/tools/unix/build_omim.sh
index cc6e40d5a0..5886329ead 100755
--- a/tools/unix/build_omim.sh
+++ b/tools/unix/build_omim.sh
@@ -66,8 +66,8 @@ if [ "$(uname -s)" == "Darwin" ]; then
SPEC=macx-clang
PROCESSES=4
else
- SPEC=linux-clang
- PROCESSES=$(($(nproc) / 2))
+ SPEC=linux-clang-libc++
+ PROCESSES=$(nproc)
fi
build_conf()