Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2
libQtWebKit4
04_enable_debug_information.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 04_enable_debug_information.diff of Package libQtWebKit4
Description: on Qt >= 4.5, debug info are disabled for QtWebkit. enable debug information in JavaScriptCore and WebCore. author: Fathi Boudra <fabo@debian.org> --- JavaScriptCore/JavaScriptCore.pro | 2 -- WebCore/WebCore.pro | 2 -- 2 files changed, 4 deletions(-) --- a/Source/WebCore/WebCore.pri +++ b/Source/WebCore/WebCore.pri @@ -3160,8 +3160,6 @@ HEADERS += $$WEBKIT_API_HEADERS !CONFIG(webkit-debug):CONFIG(QTDIR_build) { # Remove the following 2 lines if you want debug information in WebCore - CONFIG -= separate_debug_info - CONFIG += no_debug_info } contains (CONFIG, text_breaking_with_icu) { --- a/Source/JavaScriptCore/JavaScriptCore.pro +++ b/Source/JavaScriptCore/JavaScriptCore.pro @@ -38,8 +38,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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor