[Webkit-unassigned] [Bug 218453] libwebrtc.dylib relies on dead code stripping (fails to link if dead code is not stripped in Debug builds)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 14:19:23 PST 2020


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

--- Comment #2 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
(In reply to youenn fablet from comment #1)
> What is the build instruction to trigger that issue?

Rough steps to reproduce (I didn't try):

1. Apply patch from Bug 218315.

2. In Source/ThirdParty/libwebrtc/Configurations/Base.xcconfig, change "DEAD_CODE_STRIPPING = YES" to "DEAD_CODE_STRIPPING = NO":

  // FIXME: Bug 218453: libwebrtc.dylib fails to link if this value is changed in libwebrtc.xcconfig or changed here for all targets.
- DEAD_CODE_STRIPPING = YES;
+ DEAD_CODE_STRIPPING = NO;

3. Build Release or Debug.  (I don't think it matters which if "DEAD_CODE_STRIPPING = NO" for both.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201103/1ffb8c69/attachment.htm>


More information about the webkit-unassigned mailing list