Building locally on a Windows 10, with debug enabled and hybrid enabled: ``` 5:53.17 lld-link: error: duplicate symbol: void __cdecl std::_Throw_tree_length_error(void) 5:53.17 >>> defined at C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\1429~1.301\include\xtree:420 5:53.17 >>> ..\..\..\security\sandbox\win\src\remotesandboxbroker\RemoteSandboxBrokerChild.obj 5:53.17 >>> defined at ..\..\..\dom\media\webrtc\sdp\SipccSdpMediaSection.obj ``` Try seems to be happy
Bug 1798717 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Building locally on a Windows 10, with hybrid build enabled (both debug and opt): ``` 5:53.17 lld-link: error: duplicate symbol: void __cdecl std::_Throw_tree_length_error(void) 5:53.17 >>> defined at C:\PROGRA~2\MICROS~2\2019\COMMUN~1\VC\Tools\MSVC\1429~1.301\include\xtree:420 5:53.17 >>> ..\..\..\security\sandbox\win\src\remotesandboxbroker\RemoteSandboxBrokerChild.obj 5:53.17 >>> defined at ..\..\..\dom\media\webrtc\sdp\SipccSdpMediaSection.obj ``` Try seems to be happy