summaryrefslogtreecommitdiffstats
path: root/mkspecs/android-g++/qmake.conf
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-04-18 01:00:27 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2018-04-18 01:00:28 +0200
commitc8625a3e67b23b346c4f64c22ac8cfca362e1211 (patch)
tree0fd53832cae84863c5fa0926782658a89a8dd996 /mkspecs/android-g++/qmake.conf
parent436faee8b3704f9aae5620bc69f14c3461fc208c (diff)
parent2b5587d901a0cc23749bf27a923d50bf0e5860d3 (diff)
Merge remote-tracking branch 'origin/5.11' into dev
Diffstat (limited to 'mkspecs/android-g++/qmake.conf')
-rw-r--r--mkspecs/android-g++/qmake.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/mkspecs/android-g++/qmake.conf b/mkspecs/android-g++/qmake.conf
index c8145ae66b..e72c802405 100644
--- a/mkspecs/android-g++/qmake.conf
+++ b/mkspecs/android-g++/qmake.conf
@@ -31,7 +31,4 @@ else: \
LIBGCC_PATH_FULL = $$system("$$QMAKE_CXX -print-libgcc-file-name")
ANDROID_SOURCES_CXX_STL_LIBDIR += $$dirname(LIBGCC_PATH_FULL)
-QMAKE_ARM_CFLAGS_RELEASE = -Os
-QMAKE_ARM_CFLAGS_RELEASE_WITH_DEBUGINFO = -g -Os
-
include(../common/android-base-tail.conf)