summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-05-13 10:20:19 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-05-13 11:55:33 +0200
commit30211e6847007bf375f60f62f5806b05cec810c3 (patch)
tree6278b78fe2a170257e7926fa94cf1774d79abf86 /mkspecs
parent792b4b500ab740f89db5586791105ff13778b87f (diff)
remove -fno-stack-protector
there is no need to disable stack protector unless one uses an ancient version of gcc. taken from kubuntu.
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/qws/linux-lsb-g++/qmake.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkspecs/qws/linux-lsb-g++/qmake.conf b/mkspecs/qws/linux-lsb-g++/qmake.conf
index 8b6622807a..fdde2f24ea 100644
--- a/mkspecs/qws/linux-lsb-g++/qmake.conf
+++ b/mkspecs/qws/linux-lsb-g++/qmake.conf
@@ -12,11 +12,10 @@ QMAKE_LSB = 1
# modifications to g++.conf
QMAKE_CC = lsbcc
QMAKE_CXX = lsbc++
-QMAKE_CFLAGS = -pipe -DQT_LINUXBASE -fno-stack-protector
+QMAKE_CFLAGS = -pipe -DQT_LINUXBASE
QMAKE_CXXFLAGS = $$QMAKE_CFLAGS
QMAKE_LINK = lsbc++
QMAKE_LINK_SHLIB = lsbc++
-QMAKE_LFLAGS += -fno-stack-protector
load(qt_config)