summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/linux-android-x86-g++/qmake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/unsupported/linux-android-x86-g++/qmake.conf')
-rw-r--r--mkspecs/unsupported/linux-android-x86-g++/qmake.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/mkspecs/unsupported/linux-android-x86-g++/qmake.conf b/mkspecs/unsupported/linux-android-x86-g++/qmake.conf
index 9550e1ae46..5a51704b38 100644
--- a/mkspecs/unsupported/linux-android-x86-g++/qmake.conf
+++ b/mkspecs/unsupported/linux-android-x86-g++/qmake.conf
@@ -6,10 +6,9 @@ ANDROID_TARGET_ARCH = x86
ANDROID_ARCHITECTURE = x86
ANDROID_NDK_TOOLCHAIN_PREFIX = x86
ANDROID_NDK_TOOLS_PREFIX = i686-android-linux
-
-include(../../common/linux-android.conf)
-
QMAKE_CFLAGS = -ffunction-sections -funwind-tables -O2 -fomit-frame-pointer -fstrict-aliasing -funswitch-loops -finline-limit=300 -DANDROID -Wa,--noexecstack
QMAKE_CFLAGS_RELEASE = -g -O2
QMAKE_CFLAGS_DEBUG = -g
+include(../../common/linux-android.conf)
+