RESOLVED FIXED Bug 100670
[GTK] Add a configure option to build with -g1
https://bugs.webkit.org/show_bug.cgi?id=100670
Summary [GTK] Add a configure option to build with -g1
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.