Bug 100670 - [GTK] Add a configure option to build with -g1
Summary: [GTK] Add a configure option to build with -g1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2012-10-29 06:53 PDT by Carlos Garcia Campos
Modified: 2012-10-30 00:47 PDT (History)
0 users

See Also:


Attachments
Patch (2.15 KB, patch)
2012-10-29 06:59 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>