[Webkit-unassigned] [Bug 147816] Enable optimization causes undefined reference error for debug build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 9 11:42:44 PDT 2015


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

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 258592
  --> https://bugs.webkit.org/attachment.cgi?id=258592
Fix debug build when optimization is enabled

View in context: https://bugs.webkit.org/attachment.cgi?id=258592&action=review

> Source/JavaScriptCore/ChangeLog:3
> +        Fix debug build when optimization is enabled

This patch seems OK to land, however I'm not sure what problem you are solving here. My understanding is that debug build is by definition -O0, and I don't see why to change that.

If you are trying to enable assertions, that should be done by fixing release build with ASSERT_DISABLED set to 0.

-- 
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/20150809/8238f728/attachment-0001.html>


More information about the webkit-unassigned mailing list