summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorPetri Latvala <ext-petri.latvala@nokia.com>2010-11-10 12:38:22 +0200
committerAdrian Constantin <adrian.constantin@nokia.com>2010-11-15 11:29:54 +0200
commit69d9e773c246b39561fb86861491aad6d9d34060 (patch)
treef8e3364858a47b48362a8407dfb76ee1055d3861 /mkspecs
parent57023a44b1c484ca72913bbb8efbbf83d5e77001 (diff)
Remove -fno-omit-frame-pointer and -fno-optimize-sibling-calls in mkspecs, add -Wno-psabi
Reviewed-by: Adrian Constantin
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/linux-g++-maemo/qmake.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mkspecs/linux-g++-maemo/qmake.conf b/mkspecs/linux-g++-maemo/qmake.conf
index a977e7ac42..f0236340d5 100644
--- a/mkspecs/linux-g++-maemo/qmake.conf
+++ b/mkspecs/linux-g++-maemo/qmake.conf
@@ -21,8 +21,8 @@ QMAKE_LIBDIR_X11 = /usr/lib
QMAKE_LIBDIR_OPENGL = /usr/lib
# We still need to generate debug symbols in release mode to put into the *-dbg packages:
-QMAKE_CFLAGS_RELEASE += -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
-QMAKE_CXXFLAGS_RELEASE += -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
+QMAKE_CFLAGS_RELEASE += -g -Wno-psabi
+QMAKE_CXXFLAGS_RELEASE += -g -Wno-psabi
# Work round PowerVR SGX 1.3 driver bug with glScissor & FBOs:
DEFINES += QT_GL_NO_SCISSOR_TEST