summaryrefslogtreecommitdiff
path: root/debian/patches/04_enable_debug_information.diff
blob: bf63cfb964c92b4ac4b8c9bf96a76b9ad94d859e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: on Qt >= 4.5, debug info are disabled for QtWebkit.
             enable debug information in JavaScriptCore
Author: Fathi Boudra <fabo@debian.org>

---
 Source/JavaScriptCore/JavaScriptCore.pro |    2 --
 1 file changed, 2 deletions(-)

--- a/Source/JavaScriptCore/JavaScriptCore.pro
+++ b/Source/JavaScriptCore/JavaScriptCore.pro
@@ -24,8 +24,6 @@ unix:contains(QT_CONFIG, reduce_relocati
 
 CONFIG(QTDIR_build) {
     # Remove the following 2 lines if you want debug information in JavaScriptCore
-    CONFIG -= separate_debug_info
-    CONFIG += no_debug_info
 }
 
 *-g++*:QMAKE_CXXFLAGS_RELEASE -= -O2