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+

Description Carlos Garcia Campos 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.
Comment 1 Carlos Garcia Campos 2012-10-29 06:59:53 PDT
Created attachment 171237 [details]
Patch
Comment 2 Carlos Garcia Campos 2012-10-30 00:47:48 PDT
Committed r132876: <http://trac.webkit.org/changeset/132876>