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@mapswithme.com>2014-08-25 19:49:01 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:25:31 +0300
commit8281854296c6302c709400cd09c8dc4ddf94f975 (patch)
treea8fd1b07d94c4c497a8a3bbb548176c010366d17 /common.pri
parentc8b29bb6fbb2a8378f42410a4c5fb360d7d60e68 (diff)
[android] Switched toolchain to gcc 4.6 to avoid crashes on armeabi 2.1 and 2.2
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri5
1 files changed, 0 insertions, 5 deletions
diff --git a/common.pri b/common.pri
index 96410a073f..df59784cac 100644
--- a/common.pri
+++ b/common.pri
@@ -17,11 +17,6 @@ CONFIG -= depend_includepath
CONFIG *= c++11
-CONFIG(c++11) {
- QMAKE_CFLAGS *= -Wno-deprecated-register
- QMAKE_CXXFLAGS *= -Wno-deprecated-register
-}
-
# Automatically enable release config for production
CONFIG(production) {
CONFIG *= release