summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2012-02-14 14:36:33 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-21 13:09:29 +0100
commitcbe9cd32fdf7eabfbd400da72ef091a9c43c36b7 (patch)
tree6cd12dea7505eae84aaef3e0e765edd47e4a39ba /src
parentfb74d58306a6041012ca24ba248a0c505b3610ab (diff)
downloadqtscript-cbe9cd32fdf7eabfbd400da72ef091a9c43c36b7.tar.gz
Remove solaris-g++ SPARC workaround
It is unclear when or why this was added. We will re-add this in the future if testing reveals the need. Change-Id: I3a0cabe5489dc0f6602c8d771978c90887cff69e Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/script/script.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/script/script.pro b/src/script/script.pro
index 0063803..d136e0d 100644
--- a/src/script/script.pro
+++ b/src/script/script.pro
@@ -70,11 +70,6 @@ DEFINES += WTF_USE_JAVASCRIPTCORE_BINDINGS=1 WTF_CHANGES=1
CONFIG(release, debug|release):DEFINES += NDEBUG
-solaris-g++:isEqual(QT_ARCH,sparc) {
- CONFIG -= separate_debug_info
- CONFIG += no_debug_info
-}
-
# Avoid JSC C API functions being exported.
DEFINES += JS_NO_EXPORT