[Webkit-unassigned] [Bug 146641] [GTK][CMake] Default to -g1 on 32bit processors if DEBUG_FISSION is not enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 6 09:27:58 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146641

--- Comment #4 from Emanuele Aina <emanuele.aina at collabora.com> ---
I've attached a patch to override the default -g flag with -g1, while allowing for more specific flags (eg. -ggdb3) to be specified by the user.

This relies of the patch for bug #146640 to work on the armhf toolchain I'm using. Note that here we care about both the build and destination architecture, while bug #146640 was more about the build architecture as the --no-keep-memory does not affects the generated binaries.

Another option would be to properly detect the word size of the destination architecture using CMAKE_SIZEOF_VOID_P instead of CMAKE_HOST_SYSTEM_PROCESSOR.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150706/5e6096df/attachment.html>


More information about the webkit-unassigned mailing list