Bug 100670

Summary: [GTK] Add a configure option to build with -g1
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch mrobinson: review+

Carlos Garcia Campos
Reported 2012-10-29 06:53:22 PDT
The current option --enable-debug-symbols adds -g, which uses the second level of debug information. For many cases the information added by the first level (-g1) is enough (getting a backtrace, for example) and it's the only way to build webkit with debug symbols in a 32 bit system.
Attachments
Patch (2.15 KB, patch)
2012-10-29 06:59 PDT, Carlos Garcia Campos
mrobinson: review+
Carlos Garcia Campos
Comment 1 2012-10-29 06:59:53 PDT
Carlos Garcia Campos
Comment 2 2012-10-30 00:47:48 PDT
Note You need to log in before you can comment on or make changes to this bug.