23 lines
914 B
Diff
23 lines
914 B
Diff
|
diff -up qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri.me qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri
|
||
|
--- qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri.me 2012-01-24 13:05:50.460890750 +0100
|
||
|
+++ qt-everywhere-opensource-src-4.8.0/src/3rdparty/webkit/Source/common.pri 2012-01-24 13:19:08.836799974 +0100
|
||
|
@@ -3,12 +3,12 @@
|
||
|
contains(JAVASCRIPTCORE_JIT,yes): DEFINES+=ENABLE_JIT=1
|
||
|
contains(JAVASCRIPTCORE_JIT,no): DEFINES+=ENABLE_JIT=0
|
||
|
|
||
|
-linux-g++ {
|
||
|
-isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) {
|
||
|
- message(Using gold linker)
|
||
|
- QMAKE_LFLAGS+=-fuse-ld=gold
|
||
|
-}
|
||
|
-}
|
||
|
+#linux-g++ {
|
||
|
+#isEmpty($$(SBOX_DPKG_INST_ARCH)):exists(/usr/bin/ld.gold) {
|
||
|
+# message(Using gold linker)
|
||
|
+# QMAKE_LFLAGS+=-fuse-ld=gold
|
||
|
+#}
|
||
|
+#}
|
||
|
|
||
|
# We use this flag on production branches
|
||
|
# See https://bugs.webkit.org/show_bug.cgi?id=60824
|