summaryrefslogtreecommitdiffstats
path: root/mkspecs/android-clang
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/android-clang')
-rw-r--r--mkspecs/android-clang/qmake.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkspecs/android-clang/qmake.conf b/mkspecs/android-clang/qmake.conf
index fae2c8ebd9..b665000d00 100644
--- a/mkspecs/android-clang/qmake.conf
+++ b/mkspecs/android-clang/qmake.conf
@@ -42,7 +42,6 @@ ANDROID_SOURCES_CXX_STL_LIBDIR = $$NDK_ROOT/sources/cxx-stl/llvm-libc++/libs/$$A
ANDROID_STDCPP_PATH = $$ANDROID_SOURCES_CXX_STL_LIBDIR/libc++_shared.so
ANDROID_CXX_STL_LIBS = -lc++
-QMAKE_ARM_CFLAGS_RELEASE = -Oz
-QMAKE_ARM_CFLAGS_RELEASE_WITH_DEBUGINFO = -g -Oz
+QMAKE_CFLAGS_OPTIMIZE_SIZE = -Oz
include(../common/android-base-tail.conf)