summaryrefslogtreecommitdiffstats
path: root/mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf
diff options
context:
space:
mode:
authorRomain Pokrzywka <romain.pokrzywka@kdab.com>2012-05-16 15:59:00 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-17 23:56:16 +0200
commitc70008d13ec1f6881a0252a3f2d9e45c88e8c889 (patch)
treebdf21d17100dadf0cbc417efcab3c697c18c2175 /mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf
parentf12ef7d0b1aa9f990066073b407ce892d187c2a9 (diff)
Apply compiler platform flags to debug builds as well
Compiler flags like CPU architecture and FPU should be set on QMAKE_CFLAGS instead of QMAKE_CFLAGS_RELEASE, as the latter only applies to release builds Change-Id: I2e729a9e413934e904fc2810394e118940b8557f Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Diffstat (limited to 'mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf')
-rw-r--r--mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf b/mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf
index f14b94b62a..9cc70ab000 100644
--- a/mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf
+++ b/mkspecs/devices/linux-arm-trident-pnx8473-g++/qmake.conf
@@ -41,8 +41,8 @@ QMAKE_LFLAGS += --sysroot=$${TRIDENT_SHINER_SDK_BUILDTREE}/open_sourc
deviceSanityCheckCompiler()
-QMAKE_CFLAGS_RELEASE = -O2 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard
-QMAKE_CXXFLAGS_RELEASE = $$QMAKE_CFLAGS_RELEASE
+QMAKE_CFLAGS = -O2 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard
+QMAKE_CXXFLAGS = $$QMAKE_CFLAGS
# modifications to linux.conf
QMAKE_AR = $${CROSS_COMPILE}ar cqs