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-05-19 14:05:39 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:47:48 +0300
commit4ae62648f305013e6657811b3eb876672e49d69f (patch)
tree32c1f03158929133b540851be4e62c33ac75f407 /android/jni
parentdc7f47d3322b9ed7e5f6cdbc45374815a15b891a (diff)
[android] Reverted back to clang 3.5 as normalize_unicode compiles too long in release mode with -O3
Diffstat (limited to 'android/jni')
-rw-r--r--android/jni/Application.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/jni/Application.mk b/android/jni/Application.mk
index f78308ac36..0a74ce5e2f 100644
--- a/android/jni/Application.mk
+++ b/android/jni/Application.mk
@@ -1,4 +1,6 @@
-NDK_TOOLCHAIN_VERSION := clang3.6
+# We can't use clang3.6 for now because it hangs at base/normalize_unicode.cpp compilation.
+# TODO: Replace normalize_unicode.cpp with equal by performance implementation (ask YuraRa about it).
+NDK_TOOLCHAIN_VERSION := clang3.5
APP_PLATFORM := android-9
APP_STL := c++_static